This is an internal function and should not normally be needed in client code. It closes a Rio and returns it to its ‘reset’ state.
Source Code
# File rio/if/internal.rb, line 45 def reset() # :nodoc: target.reset() end
This is an internal function and should not normally be needed in client code. It closes a Rio and returns it to its ‘reset’ state.
# File rio/if/internal.rb, line 45 def reset() # :nodoc: target.reset() end
<code/>and<pre/>for code samples.