We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ae783 commit b5218eaCopy full SHA for b5218ea
benchmarks/attr_accessor.rb
@@ -6,7 +6,7 @@ class TheClass
6
def initialize
7
@v0 = 1
8
@v1 = 2
9
- @v3 = 3
+ @v2 = 3
10
@levar = 1
11
end
12
benchmarks/getivar.rb
@@ -4,7 +4,7 @@ class TheClass
4
5
0 commit comments