class EventMachine::Ssh::Connection::Channel::NullLogger
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/em-ssh/connection/channel/null-logger.rb, line 9 def initialize super(nil) end
Public Instance Methods
add(*params, &block)
click to toggle source
# File lib/em-ssh/connection/channel/null-logger.rb, line 13 def add(*params, &block) nil end