Class: Hash

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

Instance Method Summary collapse

Instance Method Details

#tag(node_name, inner_html = nil) ⇒ Object



4
5
6
# File 'lib/html-tag/globals.rb', line 4

def tag node_name, inner_html=nil
  ::HtmlTag::Outbound.build node_name, self, inner_html
end