#bgcolour(bgcol = :default) ⇒ ObjectAlso known as:
bgcolor
See colour
24
25
26
27
28
29
# File 'lib/drydock/mixins/string.rb', line 24defbgcolour(bgcol=:default)returnselfunless@@print_with_attributesConsole.style(nil,bgcol,nil)+self+Console.style(nil,:default,nil)end