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