# File lib/faye/websocket/api/event.rb, line 19 def init_event(event_type, can_bubble, cancelable) @type = event_type @bubbles = can_bubble @cancelable = cancelable end