class ActionView::Helpers::TagHelper::TagBuilder

def attributes(attributes)

# =>
>

ERB.
Transforms a Hash into HTML Attributes, ready to be interpolated into
def attributes(attributes)
  tag_options(attributes.to_h).to_s.strip.html_safe
end