Method: Gem::SafeMarshal::Elements::WithIvars#initialize
- Defined in:
- lib/rubygems/safe_marshal/elements.rb
#initialize(object, ivars) ⇒ WithIvars
Returns a new instance of WithIvars.
89 90 91 92 |
# File 'lib/rubygems/safe_marshal/elements.rb', line 89 def initialize(object, ivars) @object = object @ivars = ivars end |