Method: Fisk::Instructions::DSLMethods#ret
- Defined in:
- lib/fisk/instructions.rb
#ret(*params) ⇒ Object
2788 2789 2790 |
# File 'lib/fisk/instructions.rb', line 2788 def ret(*params) gen_with_insn Fisk::Instructions::RET, params end |