class Hashie::Extensions::Parsers::YamlErbParser

def initialize(file_path, options = {})

def initialize(file_path, options = {})
  @content = File.read(file_path)
  @file_path = file_path.is_a?(Pathname) ? file_path.to_s : file_path
  @options = options
end