Method: HTMLProofer::Attribute::Url#base64?

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

#base64?Boolean

Returns:

  • (Boolean)


148
149
150
# File 'lib/html_proofer/attribute/url.rb', line 148

def base64?
  /^data:image/.match?(@raw_attribute)
end