module Algebra::MIndex::Lex

Public Instance Methods

<=>(other) click to toggle source
# File lib/algebra/m-index.rb, line 12
def <=>(other)
  @body <=> other.to_a
end