Method: Pathname#make_dirname
- Defined in:
- lib/pleasant_path/pathname.rb
#make_dirname ⇒ self
Creates the directory indicated by the Pathname’s dirname
, including any necessary parent directories. Returns the Pathname.
313 314 315 316 |
# File 'lib/pleasant_path/pathname.rb', line 313 def make_dirname self.dirname.make_dir self end |