From 3936930fd1d7d37704b58fbdec42c26c2af2b596 Mon Sep 17 00:00:00 2001 From: William Morgan Date: Thu, 24 Jan 2008 16:23:37 -0800 Subject: [PATCH] bugfix: ssh-file path method missing --- lib/sup/mbox/ssh-file.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sup/mbox/ssh-file.rb b/lib/sup/mbox/ssh-file.rb index 25074be..d474636 100644 --- 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 -- 2.45.2