class Thor::Arguments

def parse_string(name)


Parse string, i.e., just return the current value in the pile.
def parse_string(name)
  shift
end