Class: BareTypes::BaseType

Inherits:
Object
  • Object
show all
Defined in:
lib/types.rb

Instance Method Summary collapse

Constructor Details

#initializeBaseType

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