# File lib/serverspec/type/file.rb, line 111 def content if @content.nil? @content = @runner.get_file_content(@name).stdout end @content end