class RBS::Types::Bases::Any
Public Class Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/types.rb, line 110 def initialize(location:, todo: false) super(location: location) if todo @string = "__todo__" end end
Calls superclass method
RBS::Types::Bases::Base::new
Public Instance Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/types.rb, line 117 def to_s(level=0) @string || "untyped" end