lib/tlapse/video.rb in tlapse-0.6.2 vs lib/tlapse/video.rb in tlapse-0.6.3

- old
+ new

@@ -19,13 +19,10 @@ command += " #{@outfile}" puts command exec command end - ## - # @return whether the output file already exists def outfile_exists? File.exist? @outfile end - - end # Video -end # Tlapse + end +end