class Cucumber::Core::Event

def event_id

  as the key in an event registry.
 @return [Symbol] the underscored name of the class to be used
def event_id
  underscore(self.name.split("::").last).to_sym
end