Sha256: 233fee8ee87778b395874814caf1912a58c7af519a104b086eee0e2579f8d68e
Contents?: true
Size: 599 Bytes
Versions: 2
Compression:
Stored size: 599 Bytes
Contents
# this code loads the help text tmphelpfilename = "rwdschedulehelpfiles.txt" tmphelpdir = "rwd_files" begin # exception trapped block fileName = File.join(tmphelpdir ,tmphelpfilename ) fd = File.open(fileName,"r") tmphelptext = fd.read fd.close eval tmphelptext rescue SystemCallError, StandardError $rwdtinkerlog.error "foldschedules help file load: system call error: " end # exception rescue
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
bigtinker-0.98 | code/superant.com.schedule/helptexthashload.rb |
rwdschedule-0.07 | code/superant.com.schedule/helptexthashload.rb |