Class: Symbol

Inherits:
Object show all
Defined in:
lib/benelux/mixins.rb

Overview

if RUBY_VERSION =~ /1.8/

Instance Method Summary collapse

Instance Method Details

#<=>(other) ⇒ Object



16
17
18
# File 'lib/benelux/mixins.rb', line 16

def <=>(other)
  self.to_s <=> other.to_s
end