# File lib/brakeman/checks/check_nested_attributes_bypass.rb, line 50
  def reject_if? arg
    hash? arg and
      hash_access(arg, :reject_if)
  end