Sha256: ffc6fd1404d5fec1be36ea8faa27b190077a4ab18b98bcd2c2ef3649434c959a

Contents?: true

Size: 178 Bytes

Versions: 9

Compression:

Stored size: 178 Bytes

Contents

require 'mustache'

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

  def title
    "A Comedy of Errors"
  end
end

if $0 == __FILE__
  puts Comments.to_html
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/comments.rb
zine_brewer-1.3.0 vendor/bundle/ruby/2.7.0/gems/mustache-1.1.1/test/fixtures/comments.rb
mustache-1.1.1 test/fixtures/comments.rb
mustache-1.1.0 test/fixtures/comments.rb
mustache-1.0.5 test/fixtures/comments.rb
mustache-1.0.3 test/fixtures/comments.rb
mustache-1.0.2 test/fixtures/comments.rb
mustache-1.0.1 test/fixtures/comments.rb
mustache-1.0.0 test/fixtures/comments.rb