= private = protected
path()
Returns the full path name of the temporary file. This will be nil if #unlink has been called.
# File lib/tempfile.rb, line 220 def path @unlinked ? nil : @tmpfile.path end