class Steep::AST::Annotation::Implements::Module

def ==(other)

def ==(other)
  other.is_a?(Module) && other.name == name && other.args == args
end