Flowdock
method

<=>

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: Lock
<=>(other) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/source/lock.rb, line 22
  def <=> other # :nodoc:
    case other
    when Gem::Source::Lock then
      @wrapped <=> other.wrapped
    when Gem::Source then
      1
    else
      nil
    end
  end
Register or log in to add new notes.