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