module Dry::Logic::Predicates::Methods

def array?(input)

def array?(input)
  input.is_a?(Array)
end