class ROTP::Arguments

def bold(string)

def bold(string)
  "\033[1m#{string}\033[22m"
end