Skip to content

Instantly share code, notes, and snippets.

@atduskgreg
Created September 27, 2011 01:52
Show Gist options
  • Save atduskgreg/1244103 to your computer and use it in GitHub Desktop.
Save atduskgreg/1244103 to your computer and use it in GitHub Desktop.
file_locator.rb
puts "Called from: #{File.expand_path(File.dirname("."))}"
puts __FILE__
puts "last: " + File.dirname(__FILE__).split("/").last
puts pwd = File.expand_path(File.dirname(__FILE__))
puts "parent dir:"
ar = pwd.split("/")
puts "/#{ar[ar.length-2]}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment