class Gem::SafeMarshal::Elements::Float

Attributes

Public Class Methods

# File lib/rubygems/safe_marshal/elements.rb, line 123
def initialize(string)
  @string = string
end