class Steep::AST::Annotation::Dynamic

def ==(other)

def ==(other)
  other.is_a?(Dynamic) &&
    other.names == names
end