Class: File
- Inherits:
-
Object
- Object
- File
- Defined in:
- lib/bbcloud/vendor/gli/test/tc_gli.rb
Class Method Summary collapse
Class Method Details
.realpath(path) ⇒ Object
6 7 8 9 |
# File 'lib/bbcloud/vendor/gli/test/tc_gli.rb', line 6 def self.realpath path return realpath(File.readlink(path)) if symlink?(path) path end |