mount
/project on /mount_1 type none (rw,bind)
/project on /mount_2 type none (rw,bind)
/project on /mount_3 type none (rw,bind)
/mount_XにいくつかのディレクトリがマウントされているかどうかをRuby(シェルではありません!!)で確認する方法は?
/proc/mounts を開いて /mount_X を探すよりも簡単なことはありますか?