* io.c (rb_open_file): encoding in mode string was ignored if perm is
[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