21 22 23
# File 'lib/fasten.rb', line 21 def map(list, **options, &block) runner(**options).map(list, &block) end