inspect -> String
self の情報を人間に読みやすい文字列にして返します。
例 Dir.open("/") { |d| d.inspect } # => "#<Dir:/>"
Dir.open("/") { |d| d.inspect } # => "#<Dir:/>"