# File src/rexml/element.rb, line 590
                def instructions
                        find_all { |child| child.kind_of? Instruction }.freeze
                end