るりまサーチ

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

別のキーワード

  1. kernel system
  2. _builtin system
  3. socket pf_system
  4. socket af_system
  5. socket eai_system

モジュール

キーワード

検索結果

<< < 1 2 3 4 ... > >>

Gem::SourceInfoCache#system_cache_file -> String (6102.0)

システムキャッシュファイルの名前を返します。

システムキャッシュファイルの名前を返します。

REXML::NotationDecl#system=(value) (6102.0)

システム識別子を変更します。

システム識別子を変更します。

@param value 設定するシステム識別子

Shell#find_system_command(command) (6102.0)

@todo

@todo

Shell::CommandProcessor#find_system_command(command) (6102.0)

@todo

@todo

Shell::Filter#find_system_command(command) (6102.0)

@todo

@todo

絞り込み条件を変える

Matrix#eigensystem -> Matrix::EigenvalueDecomposition (3101.0)

行列の固有値と左右の固有ベクトルを保持したオブジェクトを返します。

...それぞれの対角成分が行列の固有値です。

//emlist[例][ruby]{
require 'matrix'
m = Matrix[[1, 2], [3, 4]]
v, d, v_inv = m.eigensystem
d.diagonal? # => true
v.inv == v_inv # => true
(v * d * v_inv).round(5) == m # => true
//}

@raise ExceptionForMatrix::ErrDimensionMismatch 行列...

Shell::SystemCommand#active? -> bool (3001.0)

@todo

@todo

Shell::SystemCommand#command -> String (3001.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#each(rs = nil) {|line| ... } (3001.0)

@todo

@todo

@param rs

Shell::SystemCommand#flush -> () (3001.0)

@todo

@todo

絞り込み条件を変える

Shell::SystemCommand#input=(inp) (3001.0)

@todo

@todo

Shell::SystemCommand#kill(signal) -> Integer (3001.0)

自身のプロセスにシグナルを送ります。

自身のプロセスにシグナルを送ります。

@param signal シグナルを整数かその名前の文字列で指定します。
負の値を持つシグナル(あるいはシグナル名の前に-)を指定すると、
プロセスではなくプロセスグループにシグナルを送ります。

@see Process.#kill

Shell::SystemCommand#name -> String (3001.0)

@todo

@todo

コマンド名を返します。

Shell::SystemCommand#notify(*opts) -> String (3001.0)

@todo

@todo

@param opts

@see Shell#notify

Shell::SystemCommand#notify(*opts) {|message| ... } -> String (3001.0)

@todo

@todo

@param opts

@see Shell#notify

絞り込み条件を変える

Shell::SystemCommand#start -> () (3001.0)

@todo

@todo
<< < 1 2 3 4 ... > >>