Class: SocketSpy
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- SocketSpy
- Defined in:
- lib/util.rb
Instance Method Summary collapse
Instance Method Details
#write(content) ⇒ Object
2 3 4 5 |
# File 'lib/util.rb', line 2 def write(content) p :writing => content __getobj__.write content end |