# File lib/inline_acceleration.rb, line 71
  def postfix!(str)
    self.map! { |item| "#{item}#{str}" }
  end