Sha256: ffc6fd1404d5fec1be36ea8faa27b190077a4ab18b98bcd2c2ef3649434c959a
Contents?: true
Size: 178 Bytes
Versions: 9
Compression:
Stored size: 178 Bytes
Contents
require 'mustache' class Comments < Mustache self.path = File.dirname(__FILE__) def title "A Comedy of Errors" end end if $0 == __FILE__ puts Comments.to_html end
Version data entries
9 entries across 9 versions & 2 rubygems