123456789_123456789_123456789_123456789_123456789_

Class: Gem::SafeMarshal::Elements::SymbolLink

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(offset) ⇒ SymbolLink

[ GitHub ]

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

def initialize(offset)
  @offset = offset
end

Instance Attribute Details

#offset (readonly)

[ GitHub ]

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

attr_reader :offset