class Retl::FilterHandler

Public Instance Methods

call(data, context) click to toggle source
# File lib/retl/handlers/filter_handler.rb, line 5
def call(data, context)
  keep = context.execute_step(step, data)
  push_out data if keep
end