Method: ObjectStreamWrapper#unexpect
- Defined in:
- lib/object-stream-wrapper.rb
#unexpect ⇒ Object
Turn off the custom class instantiation of #expect.
41 |
# File 'lib/object-stream-wrapper.rb', line 41 def unexpect; expect nil; end |