class Gem::SafeMarshal::Elements::Integer Attributes int [R] Public Class Methods new (int) toggle source # File lib/rubygems/safe_marshal/elements.rb, line 68 def initialize(int) @int = int end