Module: Lotus::Commands::Console::Methods Private
- Defined in:
- lib/lotus/commands/console.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #reload! ⇒ Object private
Instance Method Details
#reload! ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
13 14 15 16 |
# File 'lib/lotus/commands/console.rb', line 13 def reload! puts 'Reloading...' Kernel.exec "#{$0} console" end |