Class: Wgit::Document

Inherits:
Object
  • Object
show all
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



6
7
8
# File 'lib/broken_link_finder/wgit_extensions.rb', line 6

def unparsable_links
  @unparsable_links ||= []
end