class Bundler::Thor::Arguments

def self.parse(*args)

def self.parse(*args)
  to_parse = args.pop
  new(*args).parse(to_parse)
end