Method: String#jsonml

Defined in:
lib/dom.rb

#jsonml(tag, attr = nil) ⇒ Object



45
# File 'lib/dom.rb', line 45

def jsonml tag, attr = nil; [Dom.hyphenize(tag), *([Dom.json_attr(attr)] if attr), self] end