Skip to content

Instantly share code, notes, and snippets.

@Irio
Created July 8, 2012 01:23
Show Gist options
  • Save Irio/3068893 to your computer and use it in GitHub Desktop.
Save Irio/3068893 to your computer and use it in GitHub Desktop.
Skip parse on HTTParty
class FakeParser
def self.call(body, format)
body
end
end
HTTParty.post(url, parser: FakeParser)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment