ruby-****@sourc*****
ruby-****@sourc*****
2009年 2月 1日 (日) 07:50:41 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?GLib ------------------------- @@ -127,7 +127,7 @@ --- GLib.getenv(env_var_name) - Obtain the value of system environment variable. For example: + Obtain the value of system environment variable. * env_var_name: name of the environment variable * Returns: the value of the environment variable, or nil @@ -210,7 +210,7 @@ --- GLib.setenv(env_var_name, new_value) - Sets the environment variable <env_var_nameto> a new value <new_value>. The environment variable is set only for the current Ruby session. No system settings are effected. For example: + Sets the environment variable <env_var_nameto> a new value <new_value>. The environment variable is set only for the current Ruby session. No system settings are effected. * env_var_name: name of the environment variable * new_value: new value the environment variable <env_var_nameto> is to be be set to. * Returns: the value of the environment variable, or nil