class Steep::AST::Annotation::Implements
def ==(other)
def ==(other) other.is_a?(Implements) && other.name == name end
def initialize(name:, location: nil)
def initialize(name:, location: nil) @location = location @name = name end
def ==(other) other.is_a?(Implements) && other.name == name end
def initialize(name:, location: nil) @location = location @name = name end