Class: Typical::Type::Reference

Inherits:
Typical::Type show all
Defined in:
lib/typical/type/reference.rb

Instance Attribute Summary

Attributes inherited from Typical::Type

#type

Instance Method Summary collapse

Methods inherited from Typical::Type

#==, #eql?, #hash, #initialize, #normalize, #nullable?, of, #prominent_type, #types, #|

Constructor Details

This class inherits a constructor from Typical::Type

Instance Method Details

#inspectObject



4
5
6
# File 'lib/typical/type/reference.rb', line 4

def inspect
  "#<Type:Reference(#{type})>"
end