class Gem::SafeMarshal::Elements::Integer

Attributes

Public Class Methods

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