Methods
M
N
Attributes
[RW] a
[RW] b
Class Public methods
new()
# File benchmark/bm_vm1_attr_ivar.rb, line 3
def initialize
  @a = nil
  @b = nil
end
Instance Public methods
m()
# File benchmark/bm_vm2_send.rb, line 2
def m
end
method_missing(mid)
# File benchmark/bm_vm2_method_missing.rb, line 2
def method_missing mid
end