class Gem::SafeMarshal::Elements::Hash
Attributes
pairs[R]
Public Class Methods
new(pairs)
click to toggle source
# File rubygems/safe_marshal/elements.rb, line 43 def initialize(pairs) @pairs = pairs end