class Deadpull::Values::RootRelativePath

Public Instance Methods

concretize() click to toggle source
# File lib/deadpull/values/root_relative_path.rb, line 11
def concretize
  path.sub(%r{\A#{root}?\/}, '')
end