This Gem::StreamUI subclass records input and output to StringIO for retrieval during tests.
# File lib/rubygems/mock_gem_ui.rb, line 55 def error @errs.string end
# File lib/rubygems/mock_gem_ui.rb, line 47 def input @ins.string end
# File lib/rubygems/mock_gem_ui.rb, line 51 def output @outs.string end
Generated with the Darkfish Rdoc Generator 2.