Class: RaysCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- RaysCommand
- Defined in:
- lib/rays/interface/commander.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
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 |