class Gem::SafeMarshal::Elements::Hash

Attributes

pairs[R]

Public Class Methods

new(pairs) click to toggle source
# File lib/rubygems/safe_marshal/elements.rb, line 43
def initialize(pairs)
  @pairs = pairs
end