class IRB::ExtendCommand::ShowSource

def bold(str)

def bold(str)
  Color.colorize(str, [:BOLD])
end