StringIO.open(string=""[, mode]) {|strio| ...}
Class Public methods
Equivalent to ::new except that when it is called with a block, it yields with the new instance and closes it, and returns the result which returned from the block.
Equivalent to ::new except that when it is called with a block, it yields with the new instance and closes it, and returns the result which returned from the block.
Please login to continue.