Class: CapturedUI

Inherits:
Gem::StreamUI
  • Object
show all
Defined in:
lib/rubygems/commands/eit_command.rb

Instance Method Summary collapse

Constructor Details

#initializeCapturedUI

Returns a new instance of CapturedUI.



5
6
7
# File 'lib/rubygems/commands/eit_command.rb', line 5

def initialize
  super($stdin, StringIO.new, $stderr, false)
end