Method: Pathstring#read

Defined in:
lib/pathstring.rb

#readObject Also known as: content

read through a mere delegation to pathname fill up content attribute in the process



79
80
81
# File 'lib/pathstring.rb', line 79

def read
  @content = @absolute.read if exist?
end