From d5ecd17aeedae091ddda0f1a26c67f9902243ab1 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 7 Aug 2013 14:12:08 +0000 Subject: 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 --- NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 31f4751ef7..822b2f8096 100644 --- a/NEWS +++ b/NEWS @@ -49,7 +49,8 @@ with all sufficient information, see the ChangeLog file. * Mutex#owned? is no longer experimental. * Process - * New methods: + * New alternative methods to $0/$0=: + * Process.argv0() returns the original value of $0. * Process.setproctitle() sets the process title without affecting $0. * String -- cgit v1.2.3