Class: Gem::Commands::GrepCommand::CapturedUI

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

Instance Method Summary collapse

Constructor Details

#initializeCapturedUI

Returns a new instance of CapturedUI.



6
7
8
# File 'lib/rubygems/commands/grep_command.rb', line 6

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