Module
Construct::PathExtensions
In:
lib/construct/path_extensions.rb
Methods
chdir
destroy!
directory
file
maybe_change_dir
Attributes
construct__chdir_default
[RW]
Public Instance methods
chdir
(&block)
Note: Pathname implements
chdir
directly, but it is deprecated in favor of Dir.chdir
destroy!
()
directory
(path,chdir=construct__chdir_default) {|subdir| ...}
file
(filepath,contents=nil,&block)
maybe_change_dir
(chdir, &block)
[Validate]