commit 3936930fd1d7d37704b58fbdec42c26c2af2b596
parent eb98b8e7b9694e166681da9144d089747ae76cd9
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Thu, 24 Jan 2008 16:23:37 -0800
bugfix: ssh-file path method missing
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/lib/sup/mbox/ssh-file.rb b/lib/sup/mbox/ssh-file.rb
@@ -122,6 +122,7 @@ class SSHFile
def seek loc; @offset = loc; end
def tell; @offset; end
def total; size; end
+ def path; @fn end
def size
if @file_size.nil? || (Time.now - @last_size_check) > SIZE_CHECK_INTERVAL