Method: Spidr::Page#css?

Defined in:
lib/spidr/page/content_types.rb

#css?Boolean

Determines if the page is a CSS stylesheet.

Returns:

  • (Boolean)

    Specifies whether the page is a CSS stylesheet.



172
173
174
# File 'lib/spidr/page/content_types.rb', line 172

def css?
  is_content_type?('text/css')
end