class Steep::AST::Annotation::Collection

def include?(obj)

def include?(obj)
  annotations.include?(obj)
end