123456789_123456789_123456789_123456789_123456789_

Class: Gem::SafeMarshal::Elements::Hash

Relationships & Source Files
Extension / Inclusion / Inheritance Descendants
Subclasses:
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Element
Instance Chain:
self, Element
Inherits: Gem::SafeMarshal::Elements::Element
Defined in: lib/rubygems/safe_marshal/elements.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(pairs) ⇒ Hash

[ GitHub ]

  
# File 'lib/rubygems/safe_marshal/elements.rb', line 43

def initialize(pairs)
  @pairs = pairs
end

Instance Attribute Details

#pairs (readonly)

[ GitHub ]

  
# File 'lib/rubygems/safe_marshal/elements.rb', line 47

attr_reader :pairs