class Gem::SafeMarshal::Elements::String

Attributes

str [R]

Public Class Methods

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