Method: Command::Argument#parse

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

#parse(subject, term) ⇒ Object

Returns the parsed data equivalent of the string input



101
102
103
# File 'lib/command-set/arguments.rb', line 101

def parse(subject, term)
  return term
end