Class: NameDisableLookupInstruction

Inherits:
Instruction show all
Defined in:
lib/instructions/name/name_disable_lookup.rb

Instance Attribute Summary

Attributes inherited from Instruction

#context

Instance Method Summary collapse

Methods inherited from Instruction

all_instructions, #go, inherited, #initialize, #needs, #pushes, to_nudgecode

Constructor Details

This class inherits a constructor from Instruction

Instance Method Details

#cleanupObject



9
10
11
# File 'lib/instructions/name/name_disable_lookup.rb', line 9

def cleanup
  @context.evaluate_references = false
end

#deriveObject



7
8
# File 'lib/instructions/name/name_disable_lookup.rb', line 7

def derive
end

#preconditions?Boolean

Returns:

  • (Boolean)


2
3
4
# File 'lib/instructions/name/name_disable_lookup.rb', line 2

def preconditions?
  true
end

#setupObject



5
6
# File 'lib/instructions/name/name_disable_lookup.rb', line 5

def setup
end