Method: Fisk::Instructions::DSLMethods#call
- Defined in:
- lib/fisk/instructions.rb
#call(*params) ⇒ Object
1528 1529 1530 |
# File 'lib/fisk/instructions.rb', line 1528 def call(*params) gen_with_insn Fisk::Instructions::CALL, params end |