class Symbol

Add operators to symbol objects

Public Instance Methods

<=>(other) click to toggle source
# File lib/middleman-core/sitemap/queryable.rb, line 146
def <=>(other)
  to_s <=> other.to_s
end