Class: Cfan122::Reloader

Inherits:
Object
  • Object
show all
Defined in:
lib/cfan122.rb

Instance Method Summary collapse

Constructor Details

#initialize(top) ⇒ Reloader

Returns a new instance of Reloader.



39
40
41
# File 'lib/cfan122.rb', line 39

def initialize(top)
  @top = top
end

Instance Method Details

#reloadObject



43
44
45
46
# File 'lib/cfan122.rb', line 43

def reload
  cleanup
  load_all
end