Module: RR::ColourExts
- Defined in:
- lib/refined-refinements/colours.rb
Class Method Summary collapse
Class Method Details
.colours ⇒ Object
6 7 8 |
# File 'lib/refined-refinements/colours.rb', line 6 def self.colours @colours ||= Object.new.extend(Term::ANSIColor) end |