Class: Rinstall::Cli::Commands
- Inherits:
-
Thor
- Object
- Thor
- Rinstall::Cli::Commands
- Includes:
- Thor::Actions
- Defined in:
- lib/rinstall/cli/commands.rb
Instance Method Summary collapse
Instance Method Details
#bootstrap ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/rinstall/cli/commands.rb', line 9 def bootstrap puts "abcd" create_file "config/initializers/initializer.rb", "# Add initialization content here" # TODO end |
#foobar ⇒ Object
18 19 20 |
# File 'lib/rinstall/cli/commands.rb', line 18 def puts "Foobar" end |