class Gem::SafeMarshal::Elements::Integer

Attributes

int [R]

Public Class Methods

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