10 11 12 13 14
# File 'lib/fragile/plugin/map_filter.rb', line 10 def call(data) data.map do |v| @proc.call(v) end end