module Cucumber::LanguageSupport::LanguageMethods

def available_step_definition(regexp_source, location)

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