Sha256: 4d34286916ef70c22814991ec39c4d6835ffca53df4543794adef84e786b8892
Contents?: true
Size: 281 Bytes
Versions: 67
Compression:
Stored size: 281 Bytes
Contents
file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__ file = File.expand_path(File.dirname(file)) $LOAD_PATH.unshift File.expand_path('./lib', file) thor = File.expand_path('./tasks', file) Dir.glob(File.join(thor, '/**/*.thor')).each { |taskfile| load taskfile }
Version data entries
67 entries across 67 versions & 1 rubygems