Method: #reload!
- Defined in:
- lib/console_app.rb
#reload! ⇒ Object
reloads the environment
24 25 26 27 |
# File 'lib/console_app.rb', line 24 def reload! puts "Reloading..." Dispatcher.reset_application! end |
reloads the environment
24 25 26 27 |
# File 'lib/console_app.rb', line 24 def reload! puts "Reloading..." Dispatcher.reset_application! end |