class Alexandria::SmartLibrary::Rule::Operator

Public Instance Methods

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