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