Method: CSSPool::CSS::DocumentHandler#charset

Defined in:
lib/csspool/css/document_handler.rb

#charset(name, location) ⇒ Object



18
19
20
# File 'lib/csspool/css/document_handler.rb', line 18

def charset name, location
  @document.charsets << CSS::Charset.new(name, location)
end