class ActiveSupport::ConfigurationFile

def self.parse(content_path, **options)

def self.parse(content_path, **options)
  new(content_path).parse(**options)
end