Class: Tasku::Project
- Inherits:
-
Object
- Object
- Tasku::Project
- Defined in:
- lib/tasku/project.rb
Class Method Summary collapse
Class Method Details
.colour_map ⇒ Object
9 10 11 |
# File 'lib/tasku/project.rb', line 9 def self.colour_map all.each_with_object({}) { |p, h| h[p.name] = p.colour } end |