Sha256: 00770ae11d14f6e8b965a627925d70e82e8272f2b9d0bb32f6465c1fd72aaa26
Contents?: true
Size: 218 Bytes
Versions: 25
Compression:
Stored size: 218 Bytes
Contents
$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib' require 'mustache' class Recursive < Mustache self.path = File.dirname(__FILE__) def show false end end if $0 == __FILE__ puts Recursive.to_html end
Version data entries
25 entries across 25 versions & 4 rubygems