Method: FakeHTTP::Client#branch

Defined in:
lib/fake_http.rb

#branch(options) ⇒ Object



30
31
32
# File 'lib/fake_http.rb', line 30

def branch(options)
  self.class.new(@options.merge(options), builder: @builder)
end