# File lib/xiron/event.rb, line 148 def initialize(eventid="") @id = eventid @subid = "" @x = @y = 0 if block_given? yield self end end