class Psych::Visitors::YAMLTree

def binary? string

def binary? string
  string.encoding == Encoding::ASCII_8BIT && !string.ascii_only?
end