Method: Commandorobo::Arguments#raw

Defined in:
lib/commandorobo.rb,
lib/commandorobo.rb

#rawArray (readonly)

The unprocessed array of strings that make up the arguments.

Returns:

  • (Array)

    the current value of raw



90
91
92
# File 'lib/commandorobo.rb', line 90

def raw
  @raw
end