# File lib/onfire.rb, line 45
  def fire(event_type, data={})
    event_for(event_type, self, data).bubble!
  end