Sha256: 4ee46a4216fe9c9977a67f04f11b35b47ca9a9f8303fc0a6c3ea51640835ec3d
Contents?: true
Size: 258 Bytes
Versions: 7
Compression:
Stored size: 258 Bytes
Contents
# -*- encoding : utf-8 -*- include Html format do include Html::Format end format :html do include Html::HtmlFormat view :core do |_args| with_nest_mode :template do process_content ::CodeRay.scan(_render_raw, :html).div end end end
Version data entries
7 entries across 7 versions & 1 rubygems