Method: LibGems::Specification#hash
- Defined in:
- lib/libgems/specification.rb
#hash ⇒ Object
:nodoc:
673 674 675 676 677 |
# File 'lib/libgems/specification.rb', line 673 def hash # :nodoc: @@attributes.inject(0) { |hash_code, (name, default_value)| hash_code ^ self.send(name).hash } end |