Method: Ww::Double::Spy#store

Defined in:
lib/ww/double/spy.rb

#store(req) ⇒ Object



24
25
26
# File 'lib/ww/double/spy.rb', line 24

def store(req)
  requests.store(Request.new(req))
end