# File lib/rgl/base.rb, line 106
106:       def <=> e
107:         self.to_a <=> e.to_a
108:       end