Class: Gem2exe::Cli::SetupCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gem2exe::Cli::SetupCommand
- Defined in:
- lib/gem2exe/cli/setup_command.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
6 7 8 9 10 |
# File 'lib/gem2exe/cli/setup_command.rb', line 6 def execute Gem2exe.ensure_rubyc puts "ready" end |