Skip to content

Commit 6204c11

Browse files
committed
Get rid of useless :itself proc
This serves no purpose.
1 parent a33d141 commit 6204c11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/continuous_integration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def step(title, *command)
7979

8080
# Returns true if all steps were successful.
8181
def success?
82-
results.all?(&:itself)
82+
results.all?
8383
end
8484

8585
# Display an error heading with the title and optional subtitle to reflect that the run failed.

0 commit comments

Comments
 (0)