Method: Gloo::Objs::Banner#msg_show
- Defined in:
- lib/gloo/objs/cli/banner.rb
#msg_show ⇒ Object
Show the banner bar
98 99 100 |
# File 'lib/gloo/objs/cli/banner.rb', line 98 def msg_show Banner.( self.text_value, self.style_value, self.color_value ) end |