Add temporary compatibility layer for Tty.white.
This commit is contained in:
parent
884b268506
commit
1eab17235c
@ -15,3 +15,4 @@ require "compat/dependency_collector"
|
|||||||
require "compat/language/haskell"
|
require "compat/language/haskell"
|
||||||
require "compat/xcode"
|
require "compat/xcode"
|
||||||
require "compat/software_spec"
|
require "compat/software_spec"
|
||||||
|
require "compat/utils"
|
||||||
|
|||||||
@ -8,3 +8,11 @@ def shell_profile
|
|||||||
else "~/.bash_profile"
|
else "~/.bash_profile"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
module Tty
|
||||||
|
module_function
|
||||||
|
|
||||||
|
def white
|
||||||
|
reset.bold
|
||||||
|
end
|
||||||
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user