class Gem::SafeMarshal::Elements::String
Attribute
Öffentliche Klassenmethoden
Source
# File lib/rubygems/safe_marshal/elements.rb, line 35 def initialize(str) @str = str end
# File lib/rubygems/safe_marshal/elements.rb, line 35 def initialize(str) @str = str end