class Alexandria::SmartLibrary::Rule::Operand

Public Instance Methods

<=>(other) click to toggle source
# File lib/alexandria/smart_library.rb, line 268
def <=>(other)
  name <=> other.name
end