类 Gem::SafeMarshal::Elements::Float

属性

string[R]

公共类方法

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