Method: Artoo::Interfaces::Interface#commands
- Defined in:
- lib/artoo/interfaces/interface.rb
#commands ⇒ Collection
Returns commands.
32 33 34 |
# File 'lib/artoo/interfaces/interface.rb', line 32 def commands self.class.const_get('COMMANDS') end |