Method: Quby::Questionnaires::Entities::Charting::Charts#find

Defined in:
lib/quby/questionnaires/entities/charting/charts.rb

#find(key) ⇒ Object



27
28
29
# File 'lib/quby/questionnaires/entities/charting/charts.rb', line 27

def find(key)
  @charts.find { |i| i.key == key }
end