Class: RbbCode::RootNode

Inherits:
Node
  • Object
show all
Defined in:
lib/rbbcode/tree_maker.rb

Instance Attribute Summary

Attributes inherited from Node

#children, #parent

Instance Method Summary collapse

Methods inherited from Node

#<<

Constructor Details

#initializeRootNode

Returns a new instance of RootNode.



35
36
37
# File 'lib/rbbcode/tree_maker.rb', line 35

def initialize
  @children = []
end