33 34 35 36 37 38 39 40
# File 'lib/rays/interface/commander.rb', line 33 def execute if debug? $log.debug_on elsif silent? $log.silent_on end super end