class Gem::SafeMarshal::Elements::String

Attributes

str[R]

Public Class Methods

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