Module: Logger::Joint::PlusMethod

Included in:
Logger::Joint
Defined in:
lib/logger/joint.rb

Instance Method Summary collapse

Instance Method Details

#joint(other_logger) ⇒ Object Also known as: +



97
98
99
# File 'lib/logger/joint.rb', line 97

def joint(other_logger)
  Logger::Joint.new(self, other_logger)
end