Sha256: 9a8da84c18cefe469ce7f5124ed5003f13a1fc26e72060e9576659b526f2d86d
Contents?: true
Size: 236 Bytes
Versions: 41
Compression:
Stored size: 236 Bytes
Contents
# frozen_string_literal: true class MiniDefender::Rules::Excluded < MiniDefender::Rule def self.signature 'excluded' end def excluded?(validator) true end def passes?(attribute, value, validator) true end end
Version data entries
41 entries across 41 versions & 1 rubygems