class RBS::Types::Bases::Any

公共实例方法

to_s(level=0) 点击切换源代码
# File rbs-3.8.0/lib/rbs/types.rb, line 110
def to_s(level=0)
  @string || "untyped"
end
todo!() 点击切换源代码
# File rbs-3.8.0/lib/rbs/types.rb, line 114
def todo!
  @string = '__todo__'
  self
end