Java has the convienient System.getProperty("user.home") to get the user's "home" directory in a platform-independent way. What's the equivalent in Ruby? I don't have a Windows box to play around with, and I feel like relying on tildes in filenames isn't the cleanest way. Are there alternatives?
|
|
|||
|
|
|
The I don't know if there's a better or more idiomatic way, but |
|||||||||||||
|
|
|
|||||||||||
|
|
On unix platforms (linux, OS X, etc),
Having said that, since this question is asking for a "cross-platform" method it must be noted that this won't work on Windows ( |
|||
|
|