Skip to content

Commit 4c0e341

Browse files
committed
explicit it
1 parent fbe932b commit 4c0e341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickdraw/sgml/attributes.test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def initialize(name)
1212
end
1313

1414
def process_attributes(attrs)
15-
attrs.tap do
15+
attrs.tap do |it|
1616
it[:age] = 48 if it[:name] == 'Joel'
1717
end
1818
end

0 commit comments

Comments
 (0)