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