class Attr::Gather::Filters::Base

@abstract Subclass and override {#call} to implement

a custom Filter class.

Public Instance Methods

call(_input) click to toggle source

Applies the filter

@param _input [Hash]

@return [Attr::Gather::Filter::Result]

# File lib/attr/gather/filters/base.rb, line 14
def call(_input)
  raise NotImplementedError
end