class Gem::SafeMarshal::Elements::String

Attributes

Public Class Methods

# File lib/rubygems/safe_marshal/elements.rb, line 35
def initialize(str)
  @str = str
end