Created
May 23, 2012 01:34
-
-
Save Azolo/2772739 to your computer and use it in GitHub Desktop.
File.realpath on Windows!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
irb(main):063:0> File.realpath "./projects/Ruby/rubyinstaller/recipes/../readme.txt" | |
=> "C:/Users/Justin/projects/Ruby/rubyinstaller/readme.txt" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment