# File lib/inline_acceleration.rb, line 86
  def map_method_results(method_name)
    self.map { |item| item.send(method_name) }
  end