Sha256: 31f7cc2094e22e0650b65632575872ef14c40e7b646f2a6d27b008439243ca68
Contents?: true
Size: 280 Bytes
Versions: 36
Compression:
Stored size: 280 Bytes
Contents
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib' require 'mustache' class TemplatePartial < Mustache self.path = File.dirname(__FILE__) def title "Welcome" end def title_bars '-' * title.size end end if $0 == __FILE__ puts TemplatePartial.to_html end
Version data entries
36 entries across 36 versions & 4 rubygems