Sha256: 9141129de1820b62f00fcf14e719fabcc84dd5e7dae55aef6d4b63472f92e1a1
Contents?: true
Size: 198 Bytes
Versions: 2
Compression:
Stored size: 198 Bytes
Contents
module Centuria module GeneratorCmd gene_scripts = %w(clear tinker) gene_scripts.each do |script| require "commands/#{script}" end require "generators/create" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
centuria-0.2.5 | lib/centuria/commands/commands.rb |
centuria-0.2.4 | lib/centuria/commands/commands.rb |