123456789_123456789_123456789_123456789_123456789_

Class: Gem::SafeMarshal::Elements::Float

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Element
Instance Chain:
self, Element
Inherits: Gem::SafeMarshal::Elements::Element
Defined in: lib/rubygems/safe_marshal/elements.rb

Class Method Summary

Instance Attribute Summary

Constructor Details

.new(string) ⇒ Float

[ GitHub ]

  
# File 'lib/rubygems/safe_marshal/elements.rb', line 123

def initialize(string)
  @string = string
end

Instance Attribute Details

#string (readonly)

[ GitHub ]

  
# File 'lib/rubygems/safe_marshal/elements.rb', line 126

attr_reader :string