File: plain.rb

package info (click to toggle)
ruby-tilt 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 648 kB
  • sloc: ruby: 4,998; makefile: 7
file content (5 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (2)
1
2
3
4
5
# frozen_string_literal: true
require_relative 'template'

# Raw text (no template functionality).
Tilt::PlainTemplate = Tilt::StaticTemplate.subclass{@data}