Skip to content
Snippets Groups Projects
Commit 1eab1723 authored by Markus Reiter's avatar Markus Reiter
Browse files

Add temporary compatibility layer for `Tty.white`.

parent 884b2685
No related branches found
No related tags found
No related merge requests found
......@@ -15,3 +15,4 @@ require "compat/dependency_collector"
require "compat/language/haskell"
require "compat/xcode"
require "compat/software_spec"
require "compat/utils"
......@@ -8,3 +8,11 @@ def shell_profile
else "~/.bash_profile"
end
end
module Tty
module_function
def white
reset.bold
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment