class Hashie::Extensions::Parsers::YamlErbParser

def self.perform(file_path)

def self.perform(file_path)
  new(file_path).perform
end