if RUBY_VERSION =~ /1.8/
16 17 18
# File 'lib/benelux/mixins.rb', line 16 def <=>(other) self.to_s <=> other.to_s end