Class: RBS::Types::Bases::Any
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Base
|
|
Instance Chain:
|
|
Inherits: |
RBS::Types::Bases::Base
|
Defined in: | lib/rbs/types.rb |
Class Method Summary
Instance Attribute Summary
Base
- Inherited
Instance Method Summary
Base
- Inherited
::RBS::Types::NoTypeName
- Included
::RBS::Types::EmptyEachType
- Included
::RBS::Types::NoSubst
- Included
::RBS::Types::NoFreeVariables
- Included
Constructor Details
This class inherits a constructor from RBS::Types::Bases::Base
Instance Method Details
#to_s(level = 0)
[ GitHub ]# File 'lib/rbs/types.rb', line 110
def to_s(level=0) @string || "untyped" end
#todo!
[ GitHub ]# File 'lib/rbs/types.rb', line 114
def todo! @string = '__todo__' self end