lib/yzz/side_pair.rb in yzz-2.0.8 vs lib/yzz/side_pair.rb in yzz-2.0.9

- old
+ new

@@ -1,7 +1,7 @@ -# Represents a pair of Zz::Side instances pertaining to a Zz object along a -# particular dimension. +# This class represents a pair of a negward and posward side (Yzz::Side instance) +# of a Yzz cell along a certain dimension. # class Yzz::SidePair attr_reader :zz, :dimension, :negward, :posward alias p posward alias n negward @@ -50,6 +50,6 @@ # Instance inspect string. # def inspect to_s end -end # class YTed::Zz::SidePair +end # class Yzz::SidePair