Skip to content

Instantly share code, notes, and snippets.

@richmolj
Last active December 18, 2015 19:19
Show Gist options
  • Save richmolj/5832283 to your computer and use it in GitHub Desktop.
Save richmolj/5832283 to your computer and use it in GitHub Desktop.
class HttpRequestWrapperGem
def request(uri)
config.backend.get uri
end
end
HttpRequestWrapperGem.configure do |c|
c.backend = SearchVersion2.new
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment