# File lib/rouge/util.rb, line 24
def
each
(
&
b
)
keys
.
each
do
|
k
|
b
.
call
(
k
,
self
[
k
])
end
end