Sha256: f4052f52fa49512e904067b0aced781546b1b304ab2ad8167d19b31eb5c7c79f

Contents?: true

Size: 181 Bytes

Versions: 6

Compression:

Stored size: 181 Bytes

Contents

module Wrapper
  module Handlebars
    class WithWrapper < ::Stache::Handlebars::View
      def answer correct_answer
        "answer: #{correct_answer}"
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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