Class: AsciinemaWin::RawPlayer
- Defined in:
- lib/asciinema_win/player.rb
Overview
Simple output mode - outputs recording to stdout without timing Used by the ‘cat` command for piping to other tools
Instance Attribute Summary
Attributes inherited from Player
#idle_time_limit, #max_idle_time, #pause_on_markers, #position, #speed, #state
Instance Method Summary collapse
-
#initialize ⇒ RawPlayer
constructor
A new instance of RawPlayer.
Methods inherited from Player
#info, #pause, #play, #play_stream, #resume, #set_speed, #stop
Constructor Details
#initialize ⇒ RawPlayer
Returns a new instance of RawPlayer.
330 331 332 |
# File 'lib/asciinema_win/player.rb', line 330 def initialize super(speed: Float::INFINITY) end |