module Cucumber::LanguageSupport::LanguageMethods

def hooks

def hooks
  @hooks ||= Hash.new{|h,k| h[k] = []}
end