# File lib/vcard/enumerator.rb, line 22
def
each
(
&
block
)
@obj
.
each
(
*
@args
,
&
block
)
end