Method: HTMLProofer.check_links
- Defined in:
- lib/html_proofer.rb
.check_links(links, options = {}) ⇒ Object
53 54 55 56 57 58 |
# File 'lib/html_proofer.rb', line 53 def check_links(links, = {}) raise ArgumentError unless links.is_a?(Array) [:type] = :links HTMLProofer::Runner.new(links, ) end |