Module: Mooncell::CLI::Commands::Console::CodeReloading Private

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

Provide code reload for console

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



20
21
22
23
# File 'lib/mooncell/cli/commands/console.rb', line 20

def reload!
  puts 'Reloading...'
  Mooncell::Loader.reload!
end