Object
# File lib/ruote/parser/ruby_dsl.rb, line 99 def initialize (name, attributes) @name = name @attributes = attributes @children = [] end
# File lib/ruote/parser/ruby_dsl.rb, line 106 def method_missing (m, *args, &block) @children.push( Ruote::RubyDsl.create_branch(m.to_s, args, &block)) end
# File lib/ruote/parser/ruby_dsl.rb, line 112 def to_a [ @name, @attributes, @children ] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.