lib/rio/tempdir.rb in rio-0.3.8 vs lib/rio/tempdir.rb in rio-0.3.9

- old
+ new

@@ -28,11 +28,11 @@ =end require 'tmpdir' -module AutoRemoval +module AutoRemoval #:nodoc: all MAX_TRY = 10 @@cleanlist = [] private @@ -94,10 +94,10 @@ @@cleanlist.delete(path) end end require 'pathname' -class Tempdir < Pathname +class Tempdir < Pathname #:nodoc: all include AutoRemoval def initialize(*args) require 'fileutils'