Sha256: 194ff3f3fe49f6549ec62a48696a2f8108dbfd936beff7a234eacde03be24327
Contents?: true
Size: 229 Bytes
Versions: 22
Compression:
Stored size: 229 Bytes
Contents
module Erubis module Generators module TemplatePath def source_root @_haml_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'erubis', generator_name, 'templates')) end end end end
Version data entries
22 entries across 22 versions & 1 rubygems