Libraries
»
ww
(0.3.1)
»
Index
»
Ww
»
Double
»
Spy
»
#store
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