Class: Hawknee::Cli::Command::New
- Inherits:
-
Object
- Object
- Hawknee::Cli::Command::New
- Defined in:
- lib/hawknee/commands/new.rb
Instance Method Summary collapse
Instance Method Details
#forum ⇒ Object
11 12 13 |
# File 'lib/hawknee/commands/new.rb', line 11 def forum puts "New forum fired up!" end |
#init ⇒ Object
3 4 5 |
# File 'lib/hawknee/commands/new.rb', line 3 def init puts "New fired up!" end |
#topic ⇒ Object
7 8 9 |
# File 'lib/hawknee/commands/new.rb', line 7 def topic puts "New topic fired up!" end |