Method: ADN::CLI::TerminalStream#show
- Defined in:
- lib/adn/cli/terminal_stream.rb
#show(options) ⇒ Object
23 24 25 26 27 28 29 30 |
# File 'lib/adn/cli/terminal_stream.rb', line 23 def show() get_stream.tap do |r| show_posts(r) update_since_id(r) end sleep [:sleep] end |