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