Method: PerfectShape::RectangularShape#max_x

Defined in:
lib/perfect_shape/rectangular_shape.rb

#max_xObject



49
50
51
# File 'lib/perfect_shape/rectangular_shape.rb', line 49

def max_x
  @x + width if @x && width
end