123456789_123456789_123456789_123456789_123456789_

Module: Tempfile::PathAttr

Do not use. This module is for internal use only.
Relationships & Source Files
Defined in: lib/tempfile.rb

Class Attribute Summary

Class Method Summary

Class Attribute Details

.path (readonly)

[ GitHub ]

  
# File 'lib/tempfile.rb', line 598

attr_reader :path

Class Method Details

.set_path(file, path)

[ GitHub ]

  
# File 'lib/tempfile.rb', line 600

def self.set_path(file, path)
  file.extend(self).instance_variable_set(:@path, path)
end