# File lib/inline_acceleration.rb, line 105
  def reject_nils
    self.reject { |item| item.nil? }
  end