# File lib/marc/record.rb, line 119
    def [](tag)
      return self.find {|f| f.tag == tag}
    end