Ruby 1.9: What to Expect

OSCON 2008

Source file encoding


basic
 # coding: utf-8
emacs
 # -*- encoding: utf-8 -*-
shebang
 #!/usr/local/rubybook/bin/ruby
 # encoding: utf-8