Sha256: 440ee41509fe59a000f64c483460519d1a9b10b21d4b3f2d3036c01f3b4962f5
Contents?: true
Size: 267 Bytes
Versions: 11
Compression:
Stored size: 267 Bytes
Contents
SimpleTemplater.scope(:local) do root = File.dirname(__FILE__) Dir["#{root}/test_generator/stubs/*"].each do |stub_dir| if File.directory?(stub_dir) SimpleTemplater.register(:local, File.basename(stub_dir), File.expand_path(stub_dir)) end end end
Version data entries
11 entries across 11 versions & 2 rubygems