class Steep::AST::Annotation::Collection

def any?(&block)

def any?(&block)
  annotations.any?(&block)
end