lib/yzz/side_pair.rb in yzz-2.1.0 vs lib/yzz/side_pair.rb in yzz-2.1.1
- old
+ new
@@ -10,15 +10,17 @@
#
def zz
self.class.zz
end
- # Reader #dimension delegates to the class, relying on parametrized
- # subclassing.
+ # TODO: This is not needed
#
- def dimension
- self.class.dimension
- end
+ # # Reader #dimension delegates to the class, relying on parametrized
+ # # subclassing.
+ # #
+ # def dimension
+ # self.class.dimension
+ # end
# Takes two optional named parameters, :negward_neighbor and :posward_neigbor.
# If not given, the sides are constructed not linked to any neigbors.
#
def initialize( negward_neighbor: nil, posward_neighbor: nil )