Method: XcodeBuild::BuildAction#step_with_params
- Defined in:
- lib/xcode_build/build_action.rb
#step_with_params(params) ⇒ Object
39 40 41 |
# File 'lib/xcode_build/build_action.rb', line 39 def step_with_params(params) @steps_completed.detect { |a| a == BuildStep.new(params) } end |