123456789_123456789_123456789_123456789_123456789_

Class: TypeProf::Type::Void

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

Class Method Summary

Any - Inherited

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