Sha256: 573eda99c9fc781c77501dfd6b7dfe07a06db05c7b7aed1da44f74ff4b63d63b
Contents?: true
Size: 229 Bytes
Versions: 21
Compression:
Stored size: 229 Bytes
Contents
module Koala module Generators module TemplatePath def source_root @_koala_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'koala', generator_name, 'templates')) end end end end
Version data entries
21 entries across 21 versions & 1 rubygems