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