行が空(ヘッダはそのまま)のコピーを返却する
754 755 756 757 758
# File 'lib/mymatrix.rb', line 754 def empty out = self.dup out.empty! return out end