Stringに/を定義してみる

String.module_eval { def /(path); File.join(self, path.to_s); end }

"#{RAILS_ROOT}/#{foo}"と書くのがヤだったので、なんとなく思いつく。
実際には使わないだろうけど…