Class: EacRubyUtils::Fs::Temp::Directory
- Defined in:
- lib/eac_ruby_utils/fs/temp/directory.rb
Instance Method Summary collapse
-
#initialize(*tempfile_args) ⇒ Directory
constructor
A new instance of Directory.
Methods inherited from File
Methods inherited from Pathname
#assert_parent, #basename_noext, #basename_sub, #child_of?, #if_exist, #mkpath_s, #parent_n, #readlink_r, #reqdir_glob
Constructor Details
#initialize(*tempfile_args) ⇒ Directory
Returns a new instance of Directory.
9 10 11 12 |
# File 'lib/eac_ruby_utils/fs/temp/directory.rb', line 9 def initialize(*tempfile_args) super mkpath end |