Class: RubyVM::Instruction::GETINLINECACHE
- Inherits:
-
Object
- Object
- RubyVM::Instruction::GETINLINECACHE
- Defined in:
- lib/decompiler/vm/bytedecoder.rb
Instance Method Summary collapse
Instance Method Details
#bytedecode(env) ⇒ Object
655 656 657 |
# File 'lib/decompiler/vm/bytedecoder.rb', line 655 def bytedecode(env) env.stack.push nil end |