class RBS::Types::Bases::Any

Public Instance Methods

to_s(level=0) click to toggle source
# File rbs-3.4.0/lib/rbs/types.rb, line 110
def to_s(level=0)
  @string || "untyped"
end
todo!() click to toggle source
# File rbs-3.4.0/lib/rbs/types.rb, line 114
def todo!
  @string = '__todo__'
  self
end