What is the best way to get diskspace information with ruby.
I would prefer a pure ruby solution. If not possible (even with additional gems), it could also use any command available in a standard ubuntu desktop installation to parse the information into ruby.
What is the best way to get diskspace information with ruby. I would prefer
Share
You could use the sys-filesystem gem (cross platform friendly)