123456789_123456789_123456789_123456789_123456789_

Class: Gem::SafeMarshal::Elements::Integer

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(int) ⇒ Integer

[ GitHub ]

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

def initialize(int)
  @int = int
end

Instance Attribute Details

#int (readonly)

[ GitHub ]

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

attr_reader :int