repo.or.cz
/
ruby-svn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
* transcode.c (econv_init): accept Encoding object as source_encoding
[ruby-svn.git]
/
tool
/
node_name.rb
blob
5d39e9f5cc0f4db95e5ba452416f45d1281aad4d
1
#! ./miniruby -n
2
if ~/enum node_type \{/..~/^\};/
3
~/(NODE_.+),/ and puts(" case #{$1}:\n\treturn \"#{$1}\";")
4
end