Sha256: 8caf5ccd0e038087c95ce5b38b5a354bbcaddc685105eb21a07df0d0bce167a2
Contents?: true
Size: 167 Bytes
Versions: 18
Compression:
Stored size: 167 Bytes
Contents
require 'pathname' module SchemaDev module Templates def self.root @root ||= Pathname.new(__FILE__).dirname.parent.parent + "templates" end end end
Version data entries
18 entries across 18 versions & 1 rubygems