Method: Gem::SafeMarshal::Elements::String#initialize
- Defined in:
- lib/rubygems/safe_marshal/elements.rb
#initialize(str) ⇒ String
Returns a new instance of String.
35 36 37 |
# File 'lib/rubygems/safe_marshal/elements.rb', line 35 def initialize(str) @str = str end |