Method: GuiGeo::Rectangle#to_s

Defined in:
lib/gui_geometry/rectangle.rb

#to_sObject



61
62
63
# File 'lib/gui_geometry/rectangle.rb', line 61

def to_s
  "(#{[loc.x,loc.y,size.x,size.y].join ','})"
end