module Logger::Joint::PlusMethod

Public Instance Methods

+(other_logger)
Alias for: joint
joint(other_logger) click to toggle source
# File lib/logger/joint.rb, line 96
def joint(other_logger)
  Logger::Joint.new(self, other_logger)
end
Also aliased as: +