class Gem::SafeMarshal::Elements::Array
属性
elements[R]
公共类方法
new(elements) 点击切换源代码
# File rubygems/safe_marshal/elements.rb, line 60 def initialize(elements) @elements = elements end