module Dry::Logic::Predicates::Methods

def gt?(num, input)

def gt?(num, input)
  input > num
end