Top Level Namespace

Defined Under Namespace

Modules: Kernel, Mack, Rack, Spec, Test Classes: ControllerGenerator, ControllerHelperGenerator, MackApplicationGenerator, PassengerGenerator, PluginGenerator, Symbol, ViewHelperGenerator

Instance Method Summary collapse

Instance Method Details

#reload!Object

When using the Mack console if you edit any files you can reload them in the console using this method without having to exit the console and start again.



22
23
24
25
26
# File 'lib/mack/initialization/console.rb', line 22

def reload!
  ivar_cache("_rack_reloader") do
    Mack::Reloader.new(nil)
  end.reload!
end