Class: Pah::Commands::App

Inherits:
Base
  • Object
show all
Defined in:
lib/pah/commands/app.rb

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from Pah::Commands::Base

Instance Method Details

#run(argv) ⇒ Object



7
8
9
10
# File 'lib/pah/commands/app.rb', line 7

def run(argv)
  puts "Creating a new rails app in #{argv[0]}".green
  exec build_rails_command(argv[0])
end