Module: Ww::Double::Spy::InstanceMethods
- Defined in:
- lib/ww/double/spy.rb
Instance Method Summary collapse
- #spy! ⇒ Object (also: #stump!)
Instance Method Details
#spy! ⇒ Object Also known as: stump!
25 26 27 |
# File 'lib/ww/double/spy.rb', line 25 def spy! self.class.store(@request) if @spyed ^ (@spyed = true) end |