Sha256: 85218a73cc9a9454eb572527427c61bf6e439ebb6436a02f221951f7c4a5deaf
Contents?: true
Size: 172 Bytes
Versions: 4
Compression:
Stored size: 172 Bytes
Contents
module Trickster module Renderer class FreeformRenderer def render(io,content,options) content.each { |line| io.puts line } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems