module Dry::Logic::Predicates::Methods

def odd?(input)

def odd?(input)
  input.odd?
end