Sha256: 690d994cabcdf22c4eb868c03dec767edb987ca2e8f578740d8cd156152f8db6

Contents?: true

Size: 160 Bytes

Versions: 6

Compression:

Stored size: 160 Bytes

Contents

module Wrapper
  module Stache
    class NoFormatInExtensionWithWrapper < ::Stache::Mustache::View
      def format
        "format"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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