るりまサーチ

最速Rubyリファレンスマニュアル検索!
8件ヒット [1-8件を表示] (0.074秒)

別のキーワード

  1. cgi element_init
  2. cgi/html element_init
  3. matrix element
  4. element add_namespace
  5. element add_attribute

ライブラリ

クラス

検索結果

Matrix#combine(*matrices) {|*elements| ... } -> Matrix (18214.0)

要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。

...要素ごとにブロックを呼び出した結果を組み合わせた Matrix を返します。

Matrix.combine(self, *matrices) { ... } と同じです。

@see Matrix.combine...