Class: Remotable::FakeLogger

Inherits:
Object
  • Object
show all
Defined in:
lib/remotable.rb

Instance Method Summary collapse

Instance Method Details

#write(s) ⇒ Object Also known as: debug, info, warn, error



129
130
131
# File 'lib/remotable.rb', line 129

def write(s)
  puts s
end