Sha256: 0d4fbf2d8a8e1cd99fea14284796e34563dd01ef1c18502b118b3b5f7197373d
Contents?: true
Size: 69 Bytes
Versions: 3
Compression:
Stored size: 69 Bytes
Contents
class Symbol def <=>(other) to_s <=> other.to_s end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
thoughtful-0.0.8 | lib/thoughtful/symbol.rb |
thoughtful-0.0.6 | lib/thoughtful/symbol.rb |
thoughtful-0.0.7 | lib/thoughtful/symbol.rb |