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

instance method Pathname#read

read(*args)

IO.read(self.to_s, *args)と同じです。 (cf. IO.read)