Skip to content

Instantly share code, notes, and snippets.

@kyuden
Created February 1, 2015 13:57
Show Gist options
  • Save kyuden/654236a100f81d03d22b to your computer and use it in GitHub Desktop.
Save kyuden/654236a100f81d03d22b to your computer and use it in GitHub Desktop.
nilチェック入りeach
(User.hoges || []).each do |hoge|
hoge.fuga!
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment