Skip to content

Commit

Permalink
Update lib/builder/xmlbase.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
hderms committed Jan 16, 2013
1 parent 5c3d94a commit 76d389d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/builder/xmlbase.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def tag!(sym, *args, &block)
attrs ||= {}
attrs.merge!(arg)
when nil
# do nothing
attrs ||= {}
attrs.merge!({nil: true}) if explicit_nil_handling?
else
Expand Down

0 comments on commit 76d389d

Please sign in to comment.