Method: StringInput#rewind
- Defined in:
- lib/extensions/crypt/crypt/stringio.rb
#rewind ⇒ Object
107 108 109 110 |
# File 'lib/extensions/crypt/crypt/stringio.rb', line 107 def rewind stream_check! @pos = 0 end |
107 108 109 110 |
# File 'lib/extensions/crypt/crypt/stringio.rb', line 107 def rewind stream_check! @pos = 0 end |