method

new

new(str)
public

No documentation available.

# File lib/rubygems/util/stringio.rb, line 19
  def initialize(str)
    @string = str.dup
  end