Class: MonoMatrix::Console
- Inherits:
-
Thor
- Object
- Thor
- MonoMatrix::Console
- Defined in:
- lib/mono_matrix/console.rb
Instance Method Summary collapse
Instance Method Details
#switch(output, input) ⇒ Object
8 9 10 11 |
# File 'lib/mono_matrix/console.rb', line 8 def switch(output, input) m = MonoMatrix::Switcher.new [:device] m.switch output, input end |