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