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



68
69
70
# File 'lib/cucumber/language_support/language_methods.rb', line 68

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