module Hexagonly::Polygon::Methods::ClassMethods
Attributes
poly_points_method_name[RW]
Public Instance Methods
poly_points_method(points_method)
click to toggle source
# File lib/hexagonly/polygon.rb, line 28 def poly_points_method(points_method) self.poly_points_method_name = points_method.to_sym end