Method: Tlog::Storage::Disk#cur_start_time

Defined in:
lib/tlog/storage/disk.rb

#cur_start_timeObject



160
161
162
# File 'lib/tlog/storage/disk.rb', line 160

def cur_start_time
  Time.parse(current_start_time) if current_start_path
end