Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created July 14, 2012 09:25
Show Gist options
  • Save rubiii/3110173 to your computer and use it in GitHub Desktop.
Save rubiii/3110173 to your computer and use it in GitHub Desktop.
module HTTPI
module Adapter
class Curb < Base
register :curb
dependencies 'curb'
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment