Method: Origami::XRef::Subsection#each

Defined in:
lib/origami/xreftable.rb

#each(&b) ⇒ Object

Processes each XRef in the subsection.



178
179
180
# File 'lib/origami/xreftable.rb', line 178

def each(&b)
    @entries.each(&b)
end