Method: DTAS::Player#close
- Defined in:
- lib/dtas/player.rb
#close ⇒ Object
486 487 488 489 490 |
# File 'lib/dtas/player.rb', line 486 def close @srv = @srv.close if @srv @sink_buf.close! @state_file.dump(self, true) if @state_file end |