class EacRubyUtils::Yaml::Sanitizer

def result_hashable?

def result_hashable?
  source.respond_to?(:to_h)
end