class Symbol
if RUBY_VERSION =~ /1.8/
Public Instance Methods
<=>(other)
click to toggle source
# File lib/benelux/mixins.rb, line 16 def <=>(other) self.to_s <=> other.to_s end