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 0db947a commit 03c768bCopy full SHA for 03c768b
README.rdoc
@@ -29,7 +29,7 @@ Use following test frameworks or extensions instead.
29
# reported
30
func(foo: 0123456789, bar: "abcdefg")
31
end
32
-
+
33
assert do
34
# won't be reported
35
func(foo: 0123456789,
@@ -41,7 +41,7 @@ Use following test frameworks or extensions instead.
41
42
val == true
43
44
45
46
47
val
@@ -52,12 +52,12 @@ Use following test frameworks or extensions instead.
52
53
foo = Foo.new
54
foo.val = false
55
56
57
# reported (only the value of "foo" and the literal "true")
58
foo.val == true
59
60
61
62
63
foo.val
0 commit comments