Method: BugFix::Tempfile#path

Defined in:
lib/pik/contrib/zip/tempfile_bugfixed.rb

#pathObject

Returns the full path name of the temporary file.



127
128
129
# File 'lib/pik/contrib/zip/tempfile_bugfixed.rb', line 127

def path
  @tmpname
end