# File lib_core/rucy/document.rb, line 222
    def initialize
      @option = Hash.new
      @doc_map = Hash.new
      @filter_map = Hash.new
    end