Skip to content

Instantly share code, notes, and snippets.

@NakedMoleRatScientist
Created May 14, 2009 21:21
Show Gist options
  • Select an option

  • Save NakedMoleRatScientist/111934 to your computer and use it in GitHub Desktop.

Select an option

Save NakedMoleRatScientist/111934 to your computer and use it in GitHub Desktop.
# Passes the given event to the object's event handler.
def handle( event )
@event_handler.handle( event )
rescue NoMethodError
_make_event_handler
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment