Sha256: 4562aa84ec5b322c016599b0d6f42630b4a98bf52903b462ee81b480d0a4bad7
Contents?: true
Size: 129 Bytes
Versions: 3
Compression:
Stored size: 129 Bytes
Contents
module Hemingway module VerbatimNode def html(block_content) Build.tag("pre", block_content.html) end end end
Version data entries
3 entries across 3 versions & 1 rubygems