Class: Lolita::Navigation::Tree

Inherits:
Object
  • Object
show all
Includes:
ObservedArray
Defined in:
lib/lolita/navigation.rb

Instance Method Summary collapse

Methods included from ObservedArray

#<<, #[]=, #each, #insert, #method_missing, #push

Constructor Details

#initializeTree

Returns a new instance of Tree.



7
8
9
# File 'lib/lolita/navigation.rb', line 7

def initialize
  @branches=[]
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Lolita::ObservedArray