DEBSOURCES
Skip Quicknav
sources / ruby-mustache / 1.1.1-2 / test / fixtures / inverted_section.rb
12345678910111213
require 'mustache' class InvertedSection < Mustache self.path = File.dirname(__FILE__) def t false end def two "second" end end