Method: RunLoop::Version#hash

Defined in:
lib/run_loop/version.rb

#hashObject

The hash method for this instance.



104
105
106
# File 'lib/run_loop/version.rb', line 104

def hash
  to_s.hash
end