Module: RPlusPlus

Defined in:
lib/rplusplus.rb,
lib/rplusplus/command.rb,
lib/rplusplus/environment.rb,
lib/rplusplus/commands/new.rb,
lib/rplusplus/commands/generate.rb,
lib/rplusplus/generators/class_generator.rb

Defined Under Namespace

Modules: Commands, Generators Classes: Command, Environment

Class Method Summary collapse

Class Method Details

.call(argv) ⇒ Object



11
12
13
14
# File 'lib/rplusplus.rb', line 11

def self.call argv
  command, *arguments = *argv
  Command.call command, *arguments
end