Method: Commandorobo::Arguments#noswitch
- Defined in:
- lib/commandorobo.rb
#noswitch ⇒ String
Leverages a utility function to remove switches.
104 105 106 |
# File 'lib/commandorobo.rb', line 104 def noswitch Commandorobo::Utils::remove_switch(@raw.join(' ')) end |