Sha256: a7876b918660612a5337d5e066b5be50480feae0e8558c41ef325f5d608fb7b4
Contents?: true
Size: 766 Bytes
Versions: 2
Compression:
Stored size: 766 Bytes
Contents
def viewtorrentfile commandtext = "ruby extras/aversa.rb --decode " + $rwdtorrentfilesdir + "/" + @a_viewtorrent.to_s + ".torrent " begin # exception trapped block @a_torrentdata =`#{commandtext}` rescue SystemCallError, StandardError $stderr.print "system call error: " + $! end # exception rescue end def viewtorrentfilehttp commandtext = "ruby extras/aversa.rb --decode " + @a_viewtorrenthttp.to_s begin # exception trapped block print commandtext @a_torrentdata =`#{commandtext}` rescue SystemCallError, StandardError $stderr.print "system call error: " + $! end # exception rescue end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rwdtorrent-0.03 | code/superant.com.rwdtorrent/viewtorrentmetafile.rb |
rwdtorrent-0.02 | code/superant.com.rwdtorrent/viewtorrentmetafile.rb |