View Single Post
  #45 (permalink)  
Old 04-19-2008, 01:14 AM
shaalini shaalini is offline
D-Web Analyst
 
Join Date: Apr 2007
Posts: 342
shaalini is on a distinguished road
Default Re: Ruby BuiltIn functions

euid
Process.euid -> aFixnum
Returns the effective user id for this process.
process.euid » 501

euid=
Process.euid= aFixnum
Sets the effective user id for this process. Not available on all platforms.

exit!

Process.exit!( aFixnum=-1 )
Exits the process immediately. No exit handlers are run. aFixnum is returned to the underlying system as the exit status.

Process.exit!(0)
__________________
Shaalini.S
Be the Best of Whatever you are...
Reply With Quote