class Gem::SafeMarshal::Elements::String
Attributes
str[R]
Public Class Methods
new(str)
click to toggle source
# File rubygems/safe_marshal/elements.rb, line 35 def initialize(str) @str = str end