Method: Command::StringArgument#initialize

Defined in:
lib/command-set/arguments.rb

#initialize(name, string) ⇒ StringArgument

Returns a new instance of StringArgument.



333
334
335
336
# File 'lib/command-set/arguments.rb', line 333

def initialize(name, string)
  super(name)
  @description = string
end