Method: IsoDoc::XrefGen::Anchor::SeenAnchor#initialize

Defined in:
lib/isodoc/xref/xref_anchor.rb

#initializeSeenAnchor

Returns a new instance of SeenAnchor.



9
10
11
# File 'lib/isodoc/xref/xref_anchor.rb', line 9

def initialize
  @seen = {}
end