Module: RailsDevelopmentBoost::DependenciesPatch::InstrumentationPatch::Files

Includes:
Instrumenter
Defined in:
lib/rails_development_boost/dependencies_patch/instrumentation_patch.rb

Instance Method Summary collapse

Methods included from Instrumenter

included

Instance Method Details

#unload_decorator_file_with_instrumentation(file) ⇒ Object



87
88
89
90
# File 'lib/rails_development_boost/dependencies_patch/instrumentation_patch.rb', line 87

def unload_decorator_file_with_instrumentation(file)
  boost_log('UNLOAD_DECORATOR_FILE', "#{file.boost_inspect}")
  unload_decorator_file_without_instrumentation(file)
end

#unload_modified_file_with_instrumentation(file) ⇒ Object



82
83
84
85
# File 'lib/rails_development_boost/dependencies_patch/instrumentation_patch.rb', line 82

def unload_modified_file_with_instrumentation(file)
  boost_log('CHANGED', "#{file.boost_inspect}")
  unload_modified_file_without_instrumentation(file)
end