= private = protected
rewind()
Positions strio to the beginning of input, resetting lineno to zero.
# File lib/yaml/stringio.rb, line 35 def rewind seek(0,0) end