class JvmBytecode::Instructions::Return

Public Instance Methods

to_hash() click to toggle source
# File lib/jvm_bytecode/instructions/instruction_set.rb, line 26
def to_hash
  super.merge({ mnemonic: 'return' })
end