Does not perform any filtering
10 11 12
# File 'lib/attr/gather/filters/noop.rb', line 10 def call(input) Result.new(input, []) end