module BetterHtml::Helpers

Public Instance Methods

html_attributes(args) click to toggle source
# File lib/better_html/helpers.rb, line 2
def html_attributes(args)
  BetterHtml::HtmlAttributes.new(args)
end