标签: ruby-on-rails ruby
可能重复: What does map(&:name) mean in Ruby?
假设Game是一个活跃的记录模型,那么&在下面的代码中是什么意思?
Game
Games.group_by(&:genre)
答案 0 :(得分:1)
请参阅:What do you call the &: operator in Ruby?