Class: TypeProf::Type::Void
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Any ,
::TypeProf::Type
|
|
Instance Chain:
|
|
Inherits: |
TypeProf::Type::Any
|
Defined in: | lib/typeprof/type.rb |
Constant Summary
::TypeProf::Type
- Inherited
Class Method Summary
Any
- Inherited
::TypeProf::Type
- Inherited
Instance Method Summary
Any
- Inherited
::TypeProf::Type
- Inherited
Constructor Details
This class inherits a constructor from TypeProf::Type::Any
Instance Method Details
#inspect
[ GitHub ]# File 'lib/typeprof/type.rb', line 208
def inspect "Type::Void" end
#screen_name(scratch)
[ GitHub ]# File 'lib/typeprof/type.rb', line 212
def screen_name(scratch) "void" end