# File lib/dragonfly/file_data_store.rb, line 53
      def load(string)
        YAML.load(string)
      end