Ruby 1.9.0 リファレンスマニュアル > ライブラリ一覧 > library pathname > class Pathname > join

instance method Pathname#join

join(*args)

Pathname.new(File.join(self.to_s, *args)) と同じです。 (cf. File.join)