Module: InfoStatusBar
- Included in:
- Takeltau::InfoStatus
- Defined in:
- lib/takeltau/info/status/bar.rb
Overview
tau info status bar
Instance Method Summary collapse
-
#info_status_bar ⇒ String
Backend method for info status bar.
Instance Method Details
#info_status_bar ⇒ String
Backend method for info status bar.
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
# File 'lib/takeltau/info/status/bar.rb', line 7 def log.debug 'Get status info bar' = [] = true say .join(' | ') end |