Parent

Methods

Gem::Mirror::TestSetup::UI

Attributes

ui_ios[R]

All input and output from the Gem UI when using TestSetup will pass through StringIO objects placed here. For more information, see the arguments to Gem::StreamUI.

Public Class Methods

new() click to toggle source
# File lib/rubygems/mirror/test_setup.rb, line 46
def initialize
  super(*(@ui_ios = Array.new(3) { StringIO.new }))
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.