# File lib/pdf/writer/ohash.rb, line 31
31:
def
each
32:
@keys
.
each
{
|
k
|
yield
k
,
self
[
k
] } 33:
end