Method: RunLoop::Version#eql?

Defined in:
lib/run_loop/version.rb

#eql?(other) ⇒ Boolean

Compare this version to another for object equality. This allows Version instances to be used as Hash keys.



99
100
101
# File 'lib/run_loop/version.rb', line 99

def eql?(other)
  hash == other.hash
end