123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::Type::Void

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: TypeProf::Type::Any
Defined in: lib/typeprof/type.rb

Constant Summary

::TypeProf::Type - Inherited

Builtin, DummySubstitution

Class Method Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from TypeProf::Type::Any

Instance Method Details

#inspect

[ GitHub ]

  
# File 'lib/typeprof/type.rb', line 211

def inspect
  "Type::Void"
end

#screen_name(scratch)

[ GitHub ]

  
# File 'lib/typeprof/type.rb', line 215

def screen_name(scratch)
  "void"
end