Skip to content

Instantly share code, notes, and snippets.

@inf0rmer
Created December 30, 2014 16:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save inf0rmer/fcc26bb9d6045f72d4df to your computer and use it in GitHub Desktop.
Save inf0rmer/fcc26bb9d6045f72d4df to your computer and use it in GitHub Desktop.
Blanket::Wrapper's dynamic method dispatching
def method_missing(method, *args, &block)
Wrapper.new uri_from_parts([method, args.first]), {
headers: @headers,
extension: @extension
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment