class Gem::SafeMarshal::Elements::String
Attributes
Public Class Methods
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