1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/psych
naruse c4fdfabcc8 handle ext/ as r53141
g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts
fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&#
frozen_string_literal: false\n");f.rewind;f.write s}}'

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2015-12-16 05:31:54 +00:00
..
lib handle ext/ as r53141 2015-12-16 05:31:54 +00:00
yaml * ext/psych/*: update psych to 2.0.16 2015-12-07 16:58:10 +00:00
.gitignore
depend
extconf.rb handle ext/ as r53141 2015-12-16 05:31:54 +00:00
psych.c ext: protoize no-arguments functions 2014-10-04 23:09:32 +00:00
psych.gemspec * ext/psych/*: update psych to 2.0.16 2015-12-07 16:58:10 +00:00
psych.h
psych_emitter.c psych_emitter.c: check tags range 2015-12-13 09:28:51 +00:00
psych_emitter.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_parser.c psych: allocate structs with wrapper 2015-05-29 05:44:01 +00:00
psych_parser.h ext: protoize no-arguments functions 2014-10-04 23:29:24 +00:00
psych_to_ruby.c
psych_to_ruby.h
psych_yaml_tree.c
psych_yaml_tree.h