# File lib/safe_yaml/syck_resolver.rb, line 34
    def value_is_quoted?(node)
      QUOTE_STYLES.include?(node.instance_variable_get(:@style))
    end