1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
module Tty module_function def white odisabled "Tty.white", "Tty.reset.bold" end end def puts_columns(_) odisabled "puts_columns", "puts Formatter.columns" end def plural(_, _) odisabled "#plural", "Formatter.pluralize" end