lib/twitter_cldr/utils/yaml.rb in twitter_cldr-3.2.1 vs lib/twitter_cldr/utils/yaml.rb in twitter_cldr-3.3.0
- old
+ new
@@ -131,12 +131,12 @@
@options = opts.dup
@options[:indent_size] = 2 if @options[:indent_size].to_i <= 0
@options[:minimum_block_length] = 0 if @options[:minimum_block_length].to_i <= 0
@options.update(
{
- :printable_with_syck => true,
- :escape_b_specific => true,
- :escape_as_utf8 => true,
+ printable_with_syck: true,
+ escape_b_specific: true,
+ escape_as_utf8: true,
}
) if @options[:syck_compatible]
"--- #{emit(obj, 1)}\n"
rescue SystemStackError
\ No newline at end of file