Class: BareTypes::BaseType
- Inherits:
-
Object
- Object
- BareTypes::BaseType
- Defined in:
- lib/types.rb
Direct Known Subclasses
Array, ArrayFixedLen, BarePrimitive, DataFixedLen, Enum, Map, Optional, Reference, Struct, Union
Instance Method Summary collapse
- #cycle_search(seen) ⇒ Object
-
#initialize ⇒ BaseType
constructor
A new instance of BaseType.
Constructor Details
#initialize ⇒ BaseType
Returns a new instance of BaseType.
6 7 8 9 |
# File 'lib/types.rb', line 6 def initialize @finalized = false super end |
Instance Method Details
#cycle_search(seen) ⇒ Object
10 11 |
# File 'lib/types.rb', line 10 def cycle_search(seen) end |