Skip to content

Instantly share code, notes, and snippets.

@mashiro
Created October 31, 2013 12:54
Show Gist options
  • Save mashiro/7249208 to your computer and use it in GitHub Desktop.
Save mashiro/7249208 to your computer and use it in GitHub Desktop.
module EventMachine
module Twitter
class Connection < EM::Connection
public :on_headers_complete, :on_body
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment