# File lib_core/rucy/document.rb, line 387
    def self.doc_args
      [ [ 'content', 'content', :text, nil ],
        [ 'content_type', 'content-type', :string, 'text/html' ]
      ]
    end