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