Maintenance of Ruby 2.0.0 will end on February 24, 2016. Read more
Tempfile
A StringIO duck-typed class that uses Tempfile instead of String as the backing store.
This is available when rubygems/test_utilities is required.
# File rubygems/test_utilities.rb, line 171 def initialize(string = '') super "TempIO" binmode write string rewind end
# File rubygems/test_utilities.rb, line 178 def string flush Gem.read_binary path end
This page was generated for Ruby 2.0.0
Ruby-doc.org is provided by James Britt and Neurogami. Maximum R+D.
Generated with Ruby-doc Rdoc Generator 0.33.0.