method

realpath

v2_4_6 - Show latest stable - Class: Gem::Package
realpath(file)
public

No documentation available.

# File lib/rubygems/package.rb, line 656
    def realpath file
      File.realpath file
    end