41 42 43
# File 'lib/fake_http.rb', line 41 def get(pattern, &block) add_responder(:get, pattern, &block) end