module Logger::Joint::PlusMethod
Public Instance Methods
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: +