Class Symbol

  1. lib/benelux/mixins.rb
Parent: Object

if RUBY_VERSION =~ /1.8/

Methods

public instance

  1. <=>

Public instance methods

<=> (other)
[show source]
    # File lib/benelux/mixins.rb, line 16
16:     def <=>(other)
17:       self.to_s <=> other.to_s
18:     end