class Gem::SafeMarshal::Elements::Hash

Attributes

Public Class Methods

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