module Dry::Logic::Predicates::Methods

def type?(type, input)

def type?(type, input)
  input.is_a?(type)
end