Project

General

Profile

ActionsLike0

Feature #8696

closed

Process.setproctitle

Added by znz (Kazuhiro NISHIYAMA) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
[ruby-dev:47548]

Description

$0= と同じ機能が$変数を使わずに書けないようなので、
Process.setproctitle を追加するのはどうでしょうか?

Added by Akinori MUSHA over 11 years ago

Revision 34bb945c

Add Process.setproctitle().

  • ruby.c (Process.setproctitle): New method to change the title of
    the running process that is shown in ps(1). [Feature #8696]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

Added by Akinori MUSHA over 11 years ago

Revision d5ecd17a

Add Process.argv0.

  • ruby.c (Process.argv0): New method to return the original value
    of $0. [Feature #8696]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e

ActionsLike0

Also available in: Atom PDF