Class: Gem::Commands::GrepCommand::CapturedUI
- Inherits:
-
StreamUI
- Object
- StreamUI
- Gem::Commands::GrepCommand::CapturedUI
- Defined in:
- lib/rubygems/commands/grep_command.rb
Instance Method Summary collapse
-
#initialize ⇒ CapturedUI
constructor
A new instance of CapturedUI.
Constructor Details
#initialize ⇒ CapturedUI
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 |