lib/irb/ext/loader.rb in irb-1.6.2 vs lib/irb/ext/loader.rb in irb-1.6.3

- old
+ new

@@ -1,16 +1,9 @@ # frozen_string_literal: false # # loader.rb - -# $Release Version: 0.9.6$ -# $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) # -# -- -# -# -# - module IRB # :nodoc: # Raised in the event of an exception in a file loaded from an Irb session class LoadAbort < Exception;end