class Firuta::Commands::Map
Public Instance Methods
apply_to(collection)
click to toggle source
# File lib/firuta/commands/map.rb, line 6 def apply_to(collection) collection.map { |element| call(element) } end