Module: MuxTf::Coloring::ClassMethods
- Defined in:
- lib/mux_tf/coloring.rb
Instance Method Summary collapse
Instance Method Details
#pastel ⇒ Object
14 15 16 17 18 19 20 |
# File 'lib/mux_tf/coloring.rb', line 14 def pastel instance = Pastel.new instance.alias_color(:orange, :yellow) instance.alias_color(:gray, :bright_black) instance.alias_color(:grey, :bright_black) instance end |