Returns a new instance of Command.
12 13 14 15
# File 'lib/spring/client/command.rb', line 12 def initialize(args) @args = args @env = Env.new end