Skip to content

Instantly share code, notes, and snippets.

@taisyo7333
Last active February 22, 2016 23:22
Show Gist options
  • Save taisyo7333/6abae359dd5922fc17b3 to your computer and use it in GitHub Desktop.
Save taisyo7333/6abae359dd5922fc17b3 to your computer and use it in GitHub Desktop.
Ruby 悩んだこと #2
File.join("/","g") # => /g
File.join("a","g") # => a/g
File.join("","g") # => /g
File.join("","g","") # => /g/
File.join("","","g","") # => /g/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment