类 RBS::Definition::SingletonAncestors
属性
ancestors[R]
type_name[R]
公共类方法
new(type_name:, ancestors:) 点击切换源代码
# File rbs-3.8.0/lib/rbs/definition.rb, line 270 def initialize(type_name:, ancestors:) @type_name = type_name @ancestors = ancestors end