Class: RubyBreaker::TypeDefs::NilType

Inherits:
Type
  • Object
show all
Defined in:
lib/rubybreaker/type/type.rb

Overview

This type represents a nil

Instance Attribute Summary

Attributes inherited from Type

#ctx

Instance Method Summary collapse

Methods inherited from Type

#eql?, #subtype_of?, #unparse

Constructor Details

#initialize(*args) ⇒ NilType

Returns a new instance of NilType.



74
75
76
# File 'lib/rubybreaker/type/type.rb', line 74

def initialize(*args)
  super(*args)
end