Sha256: 80a5ac9589f70758f06922198e43c4b0e6e00d620dcba1b0ecfebbaff180676a
Contents?: true
Size: 226 Bytes
Versions: 30
Compression:
Stored size: 226 Bytes
Contents
module Haml module Generators module TemplatePath def source_root @_haml_source_root ||= File.expand_path(File.join(File.dirname(__FILE__), 'haml', generator_name, 'templates')) end end end end
Version data entries
30 entries across 30 versions & 3 rubygems