Classes: Invoker, Parser, UnknownArguments
6 7 8
# File 'lib/dominion.rb', line 6 def self.parse(args, &block) Parser.new(args).parse(&block) end