Method: XcodeBuild::Reporting::CleanReporting#clean_step
- Defined in:
- lib/xcode_build/reporting/clean_reporting.rb
#clean_step(params) ⇒ Object
15 16 17 18 19 20 21 22 23 |
# File 'lib/xcode_build/reporting/clean_reporting.rb', line 15 def clean_step(params) if clean.last_step notify :clean_step_finished, clean.last_step end clean.add_step(params) notify :clean_step_started, clean.last_step end |