Method: RbbCode::RootNode#initialize

Defined in:
lib/rbbcode/tree_maker.rb

#initializeRootNode

Returns a new instance of RootNode.



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

def initialize
  @children = []
end