class Hashie::Extensions::Parsers::YamlErbParser

def self.perform(file_path, options = {})

def self.perform(file_path, options = {})
  new(file_path, options).perform
end