Class: Rinstall::Cli::Commands

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/rinstall/cli/commands.rb

Instance Method Summary collapse

Instance Method Details

#bootstrapObject



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

#foobarObject



18
19
20
# File 'lib/rinstall/cli/commands.rb', line 18

def foobar
  puts "Foobar"
end