Method: Fisk::Instructions::DSLMethods#not

Defined in:
lib/fisk/instructions.rb

#not(*params) ⇒ Object



2275
2276
2277
# File 'lib/fisk/instructions.rb', line 2275

def not(*params)
  gen_with_insn Fisk::Instructions::NOT, params
end