Sha256: 06483895bda37256ca8bfe29485ba2e7b885c7c1541ea2c143919969f9321125
Contents?: true
Size: 203 Bytes
Versions: 21
Compression:
Stored size: 203 Bytes
Contents
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib' require 'mustache' class InvertedSection < Mustache self.path = File.dirname(__FILE__) def t false end def two "second" end end
Version data entries
21 entries across 21 versions & 4 rubygems