It's shorthand for tags.map(&:name.to_proc).join(' '). If foo is an object with a to_proc method, then you can pass it to a method as &foo , which will call ...
確定! 回上一頁