Sha256: ff9e6b8bce8e219d8903ba8ef5bfbc18fc455d5695d0e5622bc217004dd5b78e
Contents?: true
Size: 216 Bytes
Versions: 1
Compression:
Stored size: 216 Bytes
Contents
module Pizzazz def self.ify_html(object, options = nil) p = Colorer.new(object, options) html = %Q{<pre class="pizzazz">#{p.ify}</pre>} html.html_safe if html.respond_to?(:html_safe) html end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pizzazz-0.1.1 | lib/pizzazz/html.rb |