Sha256: 711a55aa72c6ec6311a1af89862728020cc65efcab3d1a2a6972b4d9b0437d23
Contents?: true
Size: 294 Bytes
Versions: 2
Compression:
Stored size: 294 Bytes
Contents
# Setup debugger # ENV["RUBY_DEBUG_PORT"] = "12345" # require "debug/start" list_path = File.join("Ruby-files/", "_scripts.txt") IO.foreach(list_path) do |name| name.strip! next if name.empty? || name.start_with?("#") puts "Loading #{name}" require_relative "Ruby-files/#{name}" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rmxp_extractor-1.7 | Scripts/Main.rb |
rmxp_extractor-1.5 | Scripts/Main.rb |