# File lib/hashie/extensions/parsers/yaml_erb_parser.rb, line 14
        def perform
          template = ERB.new(@content)
          template.filename = @file_path
          YAML.safe_load template.result
        end