diff options
-rw-r--r-- | lib/rubygems/user_interaction.rb | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,7 @@ #++ require 'rubygems/util' ## # Module that defines the default UserInteraction. Any class including this @@ -170,6 +171,8 @@ end class Gem::StreamUI ## # The input stream @@ -384,6 +387,7 @@ class Gem::StreamUI def debug(statement) @errs.puts statement end ## # Terminate the application with exit code +status+, running any exit |