Sha256: c5f606d13c376f10226a62e4c4f4c2fad96f136d3fb834e9ea689ca9d3433dd3

Contents?: true

Size: 138 Bytes

Versions: 7

Compression:

Stored size: 138 Bytes

Contents

module Wrapper
  module Stache
    class WithWrapper < ::Stache::Mustache::View
      def answer
        "Yes"
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stache-1.2.0 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.1.1 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.1.0 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.0.3 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.0.2 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.0.1 spec/dummy/lib/wrapper/stache/with_wrapper.rb
stache-1.0.0 spec/dummy/lib/wrapper/stache/with_wrapper.rb