# File lib/xtemplate/xml.rb, line 306 def entitydecl(contents) push_content("<!ENTITY #{contents.join(' ')}>") end