类 Gem::SafeMarshal::Elements::Hash

属性

pairs[R]

公共类方法

new(pairs) 点击以切换源代码
# File rubygems/safe_marshal/elements.rb, line 43
def initialize(pairs)
  @pairs = pairs
end