Object
# File clutter/lib/clutter/point.rb, line 20 def initialize(x=nil, y=nil) initialize_original init(x, y) if x and y end