Method: Strobe::CLI::Ticker#initialize
- Defined in:
- lib/strobe/cli/ticker.rb
#initialize ⇒ Ticker
Returns a new instance of Ticker.
12 13 14 15 |
# File 'lib/strobe/cli/ticker.rb', line 12 def initialize @thread @read, @write = IO.pipe end |