Sha256: ac138936944b6f843ae3fa72f9e7b60b101b0860e975f9d43037d5570a4ab0e6

Contents?: true

Size: 149 Bytes

Versions: 9

Compression:

Stored size: 149 Bytes

Contents

require 'mustache'

class InvertedSection < Mustache
  self.path = File.dirname(__FILE__)

  def t
    false
  end

  def two
    "second"
  end
end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
zine_brewer-1.5.0 vendor/bundle/ruby/2.7.0/gems/mustache-1.1.1/test/fixtures/inverted_section.rb
zine_brewer-1.3.0 vendor/bundle/ruby/2.7.0/gems/mustache-1.1.1/test/fixtures/inverted_section.rb
mustache-1.1.1 test/fixtures/inverted_section.rb
mustache-1.1.0 test/fixtures/inverted_section.rb
mustache-1.0.5 test/fixtures/inverted_section.rb
mustache-1.0.3 test/fixtures/inverted_section.rb
mustache-1.0.2 test/fixtures/inverted_section.rb
mustache-1.0.1 test/fixtures/inverted_section.rb
mustache-1.0.0 test/fixtures/inverted_section.rb