Sha256: 3626bc0c505e5490b6e7a341b81e0a60e316128420cc2156fb641b1b4911dc72
Contents?: true
Size: 195 Bytes
Versions: 7
Compression:
Stored size: 195 Bytes
Contents
require 'pathname' module DashingContrib class Configuration attr_accessor :template_paths def initialize @template_paths = [File.expand_path("../", __dir__)] end end end
Version data entries
7 entries across 7 versions & 1 rubygems