module Dry::Logic::Predicates::Methods

def str?(input)

def str?(input)
  input.is_a?(String)
end