Method: HTMLProofer::Attribute::Url#https?

Defined in:
lib/html_proofer/attribute/url.rb

#https?Boolean

Returns:

  • (Boolean)


98
99
100
# File 'lib/html_proofer/attribute/url.rb', line 98

def https?
  scheme == "https"
end