Class: Attr::Gather::Filters::Noop

Inherits:
Base
  • Object
show all
Defined in:
lib/attr/gather/filters/noop.rb

Overview

Does not perform any filtering

Instance Method Summary collapse

Instance Method Details

#call(input) ⇒ Object



10
11
12
# File 'lib/attr/gather/filters/noop.rb', line 10

def call(input)
  Result.new(input, [])
end