# File lib/god/cli/command.rb, line 5 def initialize(command, options, args) @command = command @options = options @args = args dispatch end