Sha256: 4df0516ea44d54fa8ffe7ae37e3a702f7e5effd7b4c2070c3cc4f6d88bdf8eea
Contents?: true
Size: 207 Bytes
Versions: 6
Compression:
Stored size: 207 Bytes
Contents
# All files in the 'lib' directory will be loaded # before nanoc starts compiling. def html_escape(str) str.gsub('&', '&').str('<', '<').str('>', '>').str('"', '"') end alias h html_escape
Version data entries
6 entries across 6 versions & 1 rubygems