Class: Bundler::LazySpecification

Inherits:
Object
  • Object
show all
Defined in:
lib/gem_stasher.rb

Overview

Make LazySpecification Set-able

Instance Method Summary collapse

Instance Method Details

#hashObject



12
13
14
# File 'lib/gem_stasher.rb', line 12

def hash
  [ @name, @version, @dependencies, @platform, @source ].hash
end