class String

Public Instance Methods

tag(node_name, opts={}) click to toggle source
# File lib/html-tag/adapter.rb, line 13
def tag node_name, opts={}
  ::HtmlTagBuilder.build node_name, opts, self
end