We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51249fe commit 75510f6Copy full SHA for 75510f6
spec/fixtures/branches.rb
@@ -2,7 +2,7 @@ class Branches
2
def call(arg)
3
return if arg < 0
4
5
- arg == 42 ? :yes : :no
+ _val = (arg == 42 ? :yes : :no)
6
7
if arg.odd?
8
:yes
0 commit comments