Guest User

Untitled

a guest
Jul 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. records.each do |rec|
  2. if rec.year == target_year
  3. if rec.month == target_month
  4. puts "Record: #{rec} matches"
  5. end
  6. end
  7. end
Add Comment
Please, Sign In to add comment