Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit d0dc6d7

Browse files
committed
Resolve rubocop violation
1 parent dcb4c12 commit d0dc6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rspec/support/source/node.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def location
4545
@location ||= args.find { |arg| arg.is_a?(Location) }
4646
end
4747

48-
def each(&block)
48+
def each
4949
return to_enum(__method__) unless block_given?
5050

5151
outstanding_nodes = []

0 commit comments

Comments
 (0)