mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Cleanup
This commit is contained in:
parent
deb975103a
commit
2bf184a853
1 changed files with 2 additions and 2 deletions
|
@ -134,8 +134,8 @@ module HTTParty
|
||||||
|
|
||||||
def parse_supported_format
|
def parse_supported_format
|
||||||
send(format)
|
send(format)
|
||||||
rescue NoMethodError
|
rescue NoMethodError
|
||||||
raise NotImplementedError, "#{self.class.name} has not implemented a parsing method for the #{format.inspect} format."
|
raise NotImplementedError, "#{self.class.name} has not implemented a parsing method for the #{format.inspect} format."
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue