# File lib/serverspec/type/file.rb, line 123 def content_as_yaml @content_as_yaml = YAML.load(content) if @content_as_yaml.nil? @content_as_yaml end