# File lib/yard/generators/helpers/html_helper.rb, line 131 def link_url(url, title = nil, params = {}) params = SymbolHash.new(false).update( :href => url, :title => title || url ).update(params) "<a #{tag_attrs(params)}>#{title}</a>" end