Class: SocketSpy

Inherits:
SimpleDelegator
  • Object
show all
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