Sha256: 8eff421f55f19a73f0355a1bc3cd9f1bb26b45f94c0fa4940c2f8d223aa4377d

Contents?: true

Size: 146 Bytes

Versions: 9

Compression:

Stored size: 146 Bytes

Contents

require 'mustache'

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

  def t
    true
  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/double_section.rb
zine_brewer-1.3.0 vendor/bundle/ruby/2.7.0/gems/mustache-1.1.1/test/fixtures/double_section.rb
mustache-1.1.1 test/fixtures/double_section.rb
mustache-1.1.0 test/fixtures/double_section.rb
mustache-1.0.5 test/fixtures/double_section.rb
mustache-1.0.3 test/fixtures/double_section.rb
mustache-1.0.2 test/fixtures/double_section.rb
mustache-1.0.1 test/fixtures/double_section.rb
mustache-1.0.0 test/fixtures/double_section.rb