module Dry::Logic::Predicates::Methods

def even?(input)

def even?(input)
  input.even?
end