class JvmBytecode::Instructions::Return
Public Instance Methods
to_hash()
click to toggle source
Calls superclass method
JvmBytecode::Instructions::Instruction#to_hash
# File lib/jvm_bytecode/instructions/instruction_set.rb, line 26 def to_hash super.merge({ mnemonic: 'return' }) end