module Dry::Logic::Predicates::Methods

def respond_to?(method, input)

def respond_to?(method, input)
  input.respond_to?(method)
end