split(pathname) -> [String]
pathname を dirname とbasename に分割して、2 要素の配列を返します。
[File.dirname(pathname), File.basename(pathname)]
と同じです。