class Gem::SafeMarshal::Elements::Hash

Attributes

pairs [R]

Public Class Methods

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