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 fbe932b commit 4c0e341Copy full SHA for 4c0e341
quickdraw/sgml/attributes.test.rb
@@ -12,7 +12,7 @@ def initialize(name)
12
end
13
14
def process_attributes(attrs)
15
- attrs.tap do
+ attrs.tap do |it|
16
it[:age] = 48 if it[:name] == 'Joel'
17
18
0 commit comments