Sha256: 940f4e2ee398d5dcdec5ce6a2b02dcf753f4fe06f260ed7e74089cca083d37a7

Contents?: true

Size: 222 Bytes

Versions: 1

Compression:

Stored size: 222 Bytes

Contents

# frozen_string_literal: true

module MediaTypes
  class Scheme
    class NotStrict
      def validate!(*_args, **_opts)
        true
      end

      def inspect
        '((noop: not strict))'
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
media_types-2.3.0 lib/media_types/scheme/not_strict.rb