Array helpers
6
# File 'lib/yake/support/array.rb', line 6 def pluck(key) = map { |x| x[key] }
7
# File 'lib/yake/support/array.rb', line 7 def to_dynamodb = { L: map(&:to_dynamodb) }