Method: Pathname#make_dir
- Defined in:
- lib/pleasant_path/pathname.rb
#make_dir ⇒ self
Creates the directory indicated by the Pathname, including any necessary parent directories. Returns the Pathname.
291 292 293 294 |
# File 'lib/pleasant_path/pathname.rb', line 291 def make_dir self.mkpath self end |