Method: Cucumber::LanguageSupport::LanguageMethods#available_step_definition

Defined in:
lib/cucumber/language_support/language_methods.rb

#available_step_definition(regexp_source, file_colon_line) ⇒ Object



64
65
66
# File 'lib/cucumber/language_support/language_methods.rb', line 64

def available_step_definition(regexp_source, file_colon_line)
  available_step_definition_hash[StepDefinitionLight.new(regexp_source, file_colon_line)] = nil
end