Flowdock
method

new

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: StreamUI
new(in_stream, out_stream, err_stream=STDERR, usetty=true) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/user_interaction.rb, line 131
  def initialize(in_stream, out_stream, err_stream=STDERR, usetty=true)
    @ins = in_stream
    @outs = out_stream
    @errs = err_stream
    @usetty = usetty
  end
Register or log in to add new notes.