Module: Hanami::Commands::Console::Methods Private

Defined in:
lib/hanami/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.

Since:

  • 0.1.0

Instance Method Summary collapse

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.

Since:

  • 0.1.0



13
14
15
16
# File 'lib/hanami/commands/console.rb', line 13

def reload!
  puts 'Reloading...'
  Kernel.exec "#{$0} console"
end