Sha256: 06654cda672f5fd4997984660f0dde41a857d887021633b020f0ec2b92854ecd

Contents?: true

Size: 237 Bytes

Versions: 9

Compression:

Stored size: 237 Bytes

Contents

# frozen_string_literal: true

module Attr
  module Gather
    module Filters
      # Does not perform any filtering
      class Noop < Base
        def call(input)
          Result.new(input, [])
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
attr-gather-1.4.0 lib/attr/gather/filters/noop.rb
attr-gather-1.2.1 lib/attr/gather/filters/noop.rb
attr-gather-1.3.0 lib/attr/gather/filters/noop.rb
attr-gather-1.2.0 lib/attr/gather/filters/noop.rb
attr-gather-1.1.3 lib/attr/gather/filters/noop.rb
attr-gather-1.1.2 lib/attr/gather/filters/noop.rb
attr-gather-1.1.1 lib/attr/gather/filters/noop.rb
attr-gather-1.1.0 lib/attr/gather/filters/noop.rb
attr-gather-1.0.0 lib/attr/gather/filters/noop.rb