Method: Toji::Progress::Graph::MultiProgressNote#annotations
- Defined in:
- lib/toji/progress/graph/multi_progress_note.rb
#annotations ⇒ Object
48 49 50 51 52 |
# File 'lib/toji/progress/graph/multi_progress_note.rb', line 48 def annotations @progresses.map {|progress| progress.annotations }.inject([], :+) end |