Class: Mooncell::CLI::Commands::Console Private
- Defined in:
- lib/mooncell/cli/commands/console.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Defined Under Namespace
Modules: CodeReloading
Instance Method Summary collapse
- #call ⇒ Object private
Methods inherited from Base
Instance Method Details
#call ⇒ 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.
26 27 28 29 |
# File 'lib/mooncell/cli/commands/console.rb', line 26 def call(*) TOPLEVEL_BINDING.eval('self').__send__(:include, CodeReloading) Pry.start end |