diff options
-rw-r--r-- | ext/pathname/lib/pathname.rb | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -581,8 +581,8 @@ class Pathname # * FileUtils * # exist. # # See FileUtils.mkpath and FileUtils.mkdir_p - def mkpath - FileUtils.mkpath(@path) nil end |