Class: App
- Inherits:
-
Object
- Object
- App
- Defined in:
- lib/codeigniter/commands/app.rb
Class Method Summary collapse
Class Method Details
.generate(path) ⇒ Object
2 3 4 |
# File 'lib/codeigniter/commands/app.rb', line 2 def self.generate(path) puts "generated path is :#{path}" end |