Methods
- M
- N
Attributes
| [RW] | a | |
| [RW] | b | |
| [RW] | foo |
Class Public methods
new()
Link
Source: show
# File benchmark/bm_vm1_attr_ivar.rb, line 3 def initialize @a = nil @b = nil end
Instance Public methods