# File lib/thor/task.rb, line 17 def parse(obj, args) list, hash = parse_args(args) obj.options = hash run(obj, *list) end