* transcode.c (econv_init): accept Encoding object as source_encoding
[ruby-svn.git] / tool / node_name.rb
blob5d39e9f5cc0f4db95e5ba452416f45d1281aad4d
1 #! ./miniruby -n
2 if ~/enum node_type \{/..~/^\};/
3   ~/(NODE_.+),/ and puts("      case #{$1}:\n\treturn \"#{$1}\";")
4 end