module Dry::Logic::Predicates::Methods

def key?(name, input)

def key?(name, input)
  input.key?(name)
end