123456789_123456789_123456789_123456789_123456789_

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

Base - Inherited

Instance Attribute Summary

Instance Method Summary

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