Sha256: 291fcefc80ee0d2f149089bd8f84ba9642c8da73a234e360282b81160a3ae846
Contents?: true
Size: 272 Bytes
Versions: 24
Compression:
Stored size: 272 Bytes
Contents
class HTMLEntities FLAVORS = %w[html4 xhtml1 expanded] MAPPINGS = {} unless defined? MAPPINGS SKIP_DUP_ENCODINGS = {} unless defined? SKIP_DUP_ENCODINGS end HTMLEntities::FLAVORS.each do |flavor| require "htmlentities/mappings/#{flavor}" end
Version data entries
24 entries across 24 versions & 9 rubygems