Module: MuxTf::Coloring
- Included in:
- MuxTf::Cli::Current, PlanFormatter, PlanSummaryHandler, PlanUtils
- Defined in:
- lib/mux_tf/coloring.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(other) ⇒ Object
9 10 11 |
# File 'lib/mux_tf/coloring.rb', line 9 def self.included(other) other.extend(ClassMethods) end |
Instance Method Details
#pastel ⇒ Object
5 6 7 |
# File 'lib/mux_tf/coloring.rb', line 5 def pastel self.class.pastel end |