method
parse
ruby latest stable - Class:
SOAP::MIMEMessage
parse(head, str)public
No documentation available.
# File lib/soap/mimemessage.rb, line 154
def self.parse(head, str)
new.parse(head, str)
end parse(head, str)No documentation available.
# File lib/soap/mimemessage.rb, line 154
def self.parse(head, str)
new.parse(head, str)
end