Flowdock
method

binary?

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: YAMLTree
binary?(string) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/psych/lib/psych/visitors/yaml_tree.rb, line 419
      def binary? string
        string.encoding == Encoding::ASCII_8BIT && !string.ascii_only?
      end
Register or log in to add new notes.