Method: SGMLObject#to_h
- Defined in:
- lib/rwd/sgml.rb
#to_h ⇒ Object
12 13 14 15 16 17 18 |
# File 'lib/rwd/sgml.rb', line 12 def to_h res = "" parsetree("prechildren_to_sgml", "postchildren_to_sgml", res) res end |
12 13 14 15 16 17 18 |
# File 'lib/rwd/sgml.rb', line 12 def to_h res = "" parsetree("prechildren_to_sgml", "postchildren_to_sgml", res) res end |