Sha256: 1a4d9aa1fc762bb3e7e4f105f909915e648c335904ad449e798b660ecddc72a4
Contents?: true
Size: 200 Bytes
Versions: 2
Compression:
Stored size: 200 Bytes
Contents
module MirandaLoad class Load def initialize(system) puts "Ruby Platform: #{system}" Dir.glob("../lib/miranda/system/#{system}/*.rb").each { |file| require file } end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
miranda-0.0.3 | lib/miranda/system/load.rb |
miranda-0.0.2 | lib/miranda/system/load.rb |