Source: show | on GitHub
# File benchmark/bm_vm1_attr_ivar.rb, line 3 def initialize @a = nil @b = nil end
# File benchmark/bm_vm2_send.rb, line 2 def m end
# File benchmark/bm_vm2_method_missing.rb, line 2 def method_missing mid end