Skip to content

Instantly share code, notes, and snippets.

@JoelQ
Last active August 29, 2015 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JoelQ/1c1f83694940c3461761 to your computer and use it in GitHub Desktop.
Save JoelQ/1c1f83694940c3461761 to your computer and use it in GitHub Desktop.
__dir__ and others
# all outputs should be the same
puts __dir__
puts File.expand_path(__dir__)
puts File.expand_path File.dirname(__FILE__)
puts File.expand_path("../", __FILE__)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment