Sha256: 83faa5561f02d25f95f8d46ec78745ac4c6322797bb2cfdfbe3a6577b807b3bc
Contents?: true
Size: 306 Bytes
Versions: 1
Compression:
Stored size: 306 Bytes
Contents
# IN A WORLD... where ruby-debug and IRB is not in the load # path... one man will raise an exception. require 'rubygems' require '../lib/hammertime' # Clear out load path. Now LoadError will be raised when # Hammertime tries to load IRB or the debugger. $:.clear include Hammertime raise "Holy smokes!"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
hammertime-0.0.3 | examples/loaderror.rb |