# File lib/action_view/helpers/tag_helper.rb, line 13 def tag(name, options = nil, open = false) "<#{name}#{tag_options(options.stringify_keys) if options}" + (open ? ">" : " />") end