Class: Bookbinder::CssLinkChecker

Inherits:
Object
  • Object
show all
Defined in:
lib/bookbinder/css_link_checker.rb

Instance Method Summary collapse

Instance Method Details



6
7
8
# File 'lib/bookbinder/css_link_checker.rb', line 6

def broken_links_in_all_stylesheets
  localized_links_in_stylesheets.reject { |link| target_exists?(link) }
end