--- !ruby/object:RI::MethodDescription
aliases: []
block_params:
comment:
- !ruby/struct:SM::Flow::P
body: Reinitializes strio with the given other_StrIO or string and mode (see StringIO#new).
full_name: StringIO#reopen
is_singleton: false
name: reopen
params: |
strio.reopen(other_StrIO) -> strio
strio.reopen(string, mode) -> strio
visibility: public