Skip to content

Commit e21176f

Browse files
committed
Commit manually
1 parent b75b660 commit e21176f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ruby/parser-demo/compile_ruby_code.rb

+2
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,5 @@ def foo(a,b)
3434
demo5 = RubyVM::InstructionSequence.compile("puts 9+8").disasm
3535
puts demo5
3636
require "pry"; binding.pry
37+
38+
# other apis to try: https://ruby-doc.org/core-2.6/RubyVM/

0 commit comments

Comments
 (0)