Method: Commandorobo::Arguments#noswitch

Defined in:
lib/commandorobo.rb

#noswitchString

Leverages a utility function to remove switches.

Returns:

  • (String)

    The ‘switchless’ version of the arguments.



104
105
106
# File 'lib/commandorobo.rb', line 104

def noswitch
    Commandorobo::Utils::remove_switch(@raw.join(' '))
end