# File lib/rgl/base.rb, line 63
63:       def <=> e
64:         self.to_a <=> e.to_a
65:       end