类 Gem::SafeMarshal::Elements::String

属性

str[R]

公共类方法

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