about summary refs log tree commit homepage
path: root/lib/dtas/state_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/state_file.rb')
-rw-r--r--lib/dtas/state_file.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/dtas/state_file.rb b/lib/dtas/state_file.rb
index c009797..0ba876f 100644
--- a/lib/dtas/state_file.rb
+++ b/lib/dtas/state_file.rb
@@ -3,6 +3,8 @@
 require 'yaml'
 require 'tempfile'
 class DTAS::StateFile # :nodoc:
+  attr_reader :path
+
   def initialize(path, do_fsync = false)
     @path = path
     @do_fsync = do_fsync