Skip to content

Instantly share code, notes, and snippets.

@claudiolassala
Created October 18, 2011 06:05
Show Gist options
  • Save claudiolassala/1294722 to your computer and use it in GitHub Desktop.
Save claudiolassala/1294722 to your computer and use it in GitHub Desktop.
HTTParty parser
class Foo
include HTTParty
parser Proc.new {|data| ...}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment