File: plain.rb

package info (click to toggle)
ruby-tilt 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 632 kB
  • sloc: ruby: 4,975; makefile: 7
file content (9 lines) | stat: -rw-r--r-- 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

# = Plain
#
# Raw text (no template functionality).

require_relative 'template'

Tilt::PlainTemplate = Tilt::StaticTemplate.subclass{@data}