Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RubyVM::InstructionSequence.compile_option = {
- :tailcall_optimization => true,
- :trace_instruction => false
- }
- require_relative 'stuff'
- #########################################
- #stuff.rb
- def foo
- foo if true
- end
- foo
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement