module Roma::Logging::RLogger::AddSetShiftAge

Public Instance Methods

set_shift_age(age) click to toggle source
   # File lib/roma/logging/rlogger.rb
48 def set_shift_age(age)
49   if @shift_age
50     @shift_age = age
51   end
52 end