# File lib/marc/record.rb, line 9
    def initialize
      @tags = {}
      @clean = true
    end