# File lib/rouge/token.rb, line 61
def
each_token
(
&
b
)
Token
.
cache
.
each
do
|
(
_
,
t
)
|
b
.
call
(
t
)
end
end