Sha256: a2d583b81e9b4885fcd75e34c22576dd35327fed8b5c493a48e15a5af5341206
Contents?: true
Size: 322 Bytes
Versions: 30
Compression:
Stored size: 322 Bytes
Contents
class Lono::Blueprint class List class << self def available puts "Current available blueprints:" Find.all_blueprints.sort.each do |b| full_path = Find.find(b) path = full_path.sub("#{Lono.root}/", "") puts " #{b}: #{path}" end end end end end
Version data entries
30 entries across 30 versions & 1 rubygems