Method: Gloo::Objs::Banner#msg_show

Defined in:
lib/gloo/objs/cli/banner.rb

#msg_showObject

Show the banner bar



98
99
100
# File 'lib/gloo/objs/cli/banner.rb', line 98

def msg_show
  Banner.show_banner( self.text_value, self.style_value, self.color_value )
end