Returns the event context object.
Returns:
the event context object
103
# File 'lib/core/event.rb', line 103 def context; return @context ||= _context; end