# File lib/yard/generators/helpers/html_helper.rb, line 139 def tag_attrs(opts = {}) opts.map {|k,v| "#{k}=#{v.to_s.inspect}" if v }.join(" ") end