# File lib/mechanize.rb, line 109
    def inherited(child)
      child.html_parser ||= html_parser
      child.log ||= log
      super
    end