lib/cryptum/ui/ticker.rb in cryptum-0.0.397 vs lib/cryptum/ui/ticker.rb in cryptum-0.0.398
- old
+ new
@@ -1,9 +1,11 @@
# frozen_string_literal: true
module Cryptum
- # This plugin is used to Refresh the Cryptum console UI
+ # Cryptum::UI Module used for Presenting the
+ # Cryptum Curses Interface
module UI
+ # Update the Ticker section of the UI
module Ticker
public_class_method def self.refresh(opts = {})
start_time = opts[:start_time]
ticker_win = opts[:ticker_win]
event_history = opts[:event_history]