Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/html-tag/globals.rb

Instance Method Summary collapse

Instance Method Details

#tag(node_name, opts = {}) ⇒ Object



13
14
15
# File 'lib/html-tag/globals.rb', line 13

def tag node_name, opts={}
  ::HtmlTag::Outbound.build node_name, opts, self
end