Method: Latte::Query#each
- Defined in:
- lib/latte/query.rb
#each ⇒ Object Also known as: each_question
34 35 36 37 38 39 |
# File 'lib/latte/query.rb', line 34 def each questions.each do |q| question = Question.new q yield question end end |