module Tryouts::Console
def self.bgcolor(col, str)
def self.bgcolor(col, str) str = [style(ATTRIBUTES[col]), str, default_style].join str.extend Console::InstanceMethods str end
def self.bgcolor(col, str) str = [style(ATTRIBUTES[col]), str, default_style].join str.extend Console::InstanceMethods str end