123456789_123456789_123456789_123456789_123456789_

Class: Gem::SafeMarshal::Elements::String

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(str) ⇒ String

[ GitHub ]

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

def initialize(str)
  @str = str
end

Instance Attribute Details

#str (readonly)

[ GitHub ]

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

attr_reader :str