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