Method: Nydp::StringAtom#<=>
- Defined in:
- lib/nydp/string_atom.rb
#<=>(other) ⇒ Object
19 |
# File 'lib/nydp/string_atom.rb', line 19 def <=> other ; self < other ? -1 : (self == other ? 0 : 1) ; end |
19 |
# File 'lib/nydp/string_atom.rb', line 19 def <=> other ; self < other ? -1 : (self == other ? 0 : 1) ; end |