method
new
ruby latest stable - Class:
Gem::StringSource
new(str)public
No documentation available.
# File lib/rubygems/util/stringio.rb, line 19
def initialize(str)
@string = str.dup
end new(str)No documentation available.
# File lib/rubygems/util/stringio.rb, line 19
def initialize(str)
@string = str.dup
end