Class: RaysCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/rays/interface/commander.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



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