# File lib/yaml/rubytypes.rb, line 142
    def is_complex_yaml?
        to_yaml_style or not to_yaml_properties.empty? or self =~ /\n.+/
    end