# 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