Skip to content

Instantly share code, notes, and snippets.

@kachick
Created May 22, 2012 04:13
Show Gist options
  • Select an option

  • Save kachick/2766513 to your computer and use it in GitHub Desktop.

Select an option

Save kachick/2766513 to your computer and use it in GitHub Desktop.
何かの断片 - mkdir
def mkdir(path)
Dir.mkdir path unless File.exist? path
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment