# File lib/marc/record.rb, line 112 def each_by_tag(filter) @fields.each_by_tag(filter) {|tag| yield tag } end