るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.189秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:t[x] > クエリ:string[x] > クラス:Process::Status[x]

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

Process::Status#inspect -> String (6203.0)

自身を人間が読みやすい形の文字列表現にして返します。

...マットで返します。

: 正常終了のとき
#<Process::Status: pid=18262,exited(nnn)>
: シグナルによる停止のとき
#<Process::Status: pid=18262,stopped(SIGxxx=nnn)>
: シグナルによる終了のとき
#<Process::Status: pid=18262,signaled(SIGxxx=nnn)>
: コアダンプした...
...とき(このステータスの表示はシステムに依存します)
#<Process::Status: pid=18262,coredumped>...

Process::Status#to_s -> String (6203.0)

to_i.to_s と同じです。

...
t
o_i.to_s と同じです。...