Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
ruby
/
vendor_ruby
/
tilt
📤 Upload
📝 New File
📁 New Folder
Close
Editing: plain.rb
require 'tilt/template' module Tilt # Raw text (no template functionality). class PlainTemplate < Template self.default_mime_type = 'text/html' def prepare end def evaluate(scope, locals, &block) @output ||= data end end end
Save
Cancel