# File lib/factory_girl/registry.rb, line 19
def
each
(
&
block
)
@items
.
values
.
uniq
.
each
(
&
block
)
end