Method: Cucumber::StepMatchSearch::AttemptToGuessAmbiguousMatch#call

Defined in:
lib/cucumber/step_match_search.rb

#call(step_name) ⇒ Object

[View source] [View on GitHub]

33
34
35
# File 'lib/cucumber/step_match_search.rb', line 33

def call(step_name)
  best_matches(step_name, @search.call(step_name))
end