Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > matrixライブラリ > Matrixクラス > empty?

instance method Matrix#empty?

empty? -> bool

[TODO]

Returns +true+ if this is an empty matrix, i.e. if the number of rows or the number of columns is 0.

class Matrix