class Symbol

Public Instance Methods

<=>( other ) click to toggle source
# File lib/refuge/utils/symbol.rb, line 22
def <=> ( other )
    to_s <=> other.to_s
end