Class: Wgit::Document
- Inherits:
-
Object
- Object
- Wgit::Document
- Defined in:
- lib/broken_link_finder/wgit_extensions.rb
Overview
Define a method on each doc for recording unparsable links. Unparsable links are recorded as broken links by Finder.
Instance Method Summary collapse
Instance Method Details
#unparsable_links ⇒ Object
13 14 15 |
# File 'lib/broken_link_finder/wgit_extensions.rb', line 13 def unparsable_links @unparsable_links ||= [] end |