Flowdock
to_s() public

Show pid and exit status as a string.

system("false")
p $?.to_s         #=> "pid 12766 exit 1"
Show source
Register or log in to add new notes.