Sha256: 8049f20b9d0537203bb6a505490969154d75c9e45bc4e41529fcf987bce4dcc2
Contents?: true
Size: 198 Bytes
Versions: 1
Compression:
Stored size: 198 Bytes
Contents
# frozen_string_literal: true module PUNK class PlivoStore < View def process "plivo" end protected def _dir File.join(__dir__, "..", "templates") end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
punk-0.4.1 | lib/punk/views/plivo_store.rb |