8 9 10
# File 'lib/mootool/command.rb', line 8 def self.parse(args) Command.new args[2], :human, args[0], args[1], args[3..] end