# File lib/hashie/extensions/parsers/yaml_erb_parser.rb, line 9
        def initialize(file_path)
          @content = File.read(file_path)
          @file_path = file_path.is_a?(Pathname) ? file_path.to_s : file_path
        end