Sha256: cc429212781102c1b1f3a750cac2c7f9d5abd8fa37e716a36d9cd3dbd303bae0
Contents?: true
Size: 247 Bytes
Versions: 2
Compression:
Stored size: 247 Bytes
Contents
module Lono class Lookup include Lono::Utils::Logging include Lono::Utils::Pretty def list(type) Dir.glob("#{Lono.root}/{app,vendor}/#{type}/*").each do |path| logger.info pretty_path(path) end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lono-8.0.0.pre.rc2 | lib/lono/lookup.rb |
lono-8.0.0.pre.rc1 | lib/lono/lookup.rb |