Method: Array#jsonml

Defined in:
lib/dom.rb

#jsonml(tag, attr = nil) ⇒ Object



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

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