Skip to content

Instantly share code, notes, and snippets.

@axsuul
Forked from claudiolassala/gist:1294722
Created October 18, 2011 06:06
Show Gist options
  • Save axsuul/1294725 to your computer and use it in GitHub Desktop.
Save axsuul/1294725 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