# File temp/instruction.rb, line 56
                def ==( other )
                        other.kind_of? Instruction and
                        other.target == @target and
                        other.content == @content
                end