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