= private = protected
instructions()
Get an array of all Instruction children. IMMUTABLE
# File lib/rexml/element.rb, line 680 def instructions find_all { |child| child.kind_of? Instruction }.freeze end