Class: Parity::Development

Inherits:
Environment show all
Defined in:
lib/parity/development.rb

Instance Method Summary collapse

Methods inherited from Environment

#run

Constructor Details

#initialize(subcommands) ⇒ Development

Returns a new instance of Development.



6
7
8
# File 'lib/parity/development.rb', line 6

def initialize(subcommands)
  super 'development', subcommands
end