class Hash

Public Instance Methods

tag(node_name, inner_html=nil) click to toggle source
# File lib/html-tag/adapter.rb, line 4
def tag node_name, inner_html=nil
  ::HtmlTagBuilder.build node_name, self, inner_html
end