Method: Chef::Version#hash

Defined in:
lib/chef/version_class.rb

#hashObject



48
49
50
51
52
# File 'lib/chef/version_class.rb', line 48

def hash
  # Didn't put any thought or research into this, probably can be
  # done better
  to_s.hash
end