class Steep::Index::RBSIndex::GlobalEntry
def add_declaration(decl)
def add_declaration(decl) case decl when RBS::AST::Declarations::Global declarations << decl else raise end self end
def initialize(global_name:)
def initialize(global_name:) @global_name = global_name @declarations = Set[] end