Method: RailsDevelopmentBoost::LoadedFile.schedule_containing_file

Defined in:
lib/rails_development_boost/loaded_file.rb

.schedule_containing_file(const_name, file) ⇒ Object



271
272
273
# File 'lib/rails_development_boost/loaded_file.rb', line 271

def schedule_containing_file(const_name, file)
  file.schedule_consts_for_unloading!
end