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