Method: Marshal::Structure::Parser#parse_string

Defined in:
lib/marshal/structure/parser.rb

#parse_stringObject

Creates a String



202
203
204
# File 'lib/marshal/structure/parser.rb', line 202

def parse_string
  [object_ref, @tokens.next]
end