15
# File 'lib/gui_geometry/rectangle.rb', line 15 def +(b) b.kind_of?(Point) ? rect(loc+b, size) : rect(loc+b.loc, size+b.size) end