Class: DumpCleaner::Cleanup::CleaningSteps::InspectContext
- Includes:
- Inspection
- Defined in:
- lib/dump_cleaner/cleanup/cleaning_steps/inspect_context.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods included from Inspection
#inspect_step_context, #subset, #truncate
Methods inherited from Base
#crc32, #initialize, #raise_params_error
Constructor Details
This class inherits a constructor from DumpCleaner::Cleanup::CleaningSteps::Base
Instance Method Details
#run ⇒ Object
9 10 11 12 |
# File 'lib/dump_cleaner/cleanup/cleaning_steps/inspect_context.rb', line 9 def run inspect_step_context(step_context) step_context end |