method
parse_array
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Arguments
parse_array(name)private
Runs through the argument array getting all strings until no string is found or a switch is found.
["a", "b", "c"]
And returns it as an array:
["a", "b", "c"]