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