Utility functions.
NULL | = | "\0".freeze |
FileSystemWatcher | = | NativeSupport::FileSystemWatcher |
Returns the directory in which to store Phusion Passenger-specific temporary files. If create is true, then this method creates the directory if it doesn‘t exist.
Returns a string which reports the backtraces for all threads, or if that‘s not supported the backtrace for the current thread.
Print the given exception, including the stack trace, to STDERR.
current_location is a string which describes where the code is currently at. Usually the current class name will be enough.
Split the given string into an hash. Keys and values are obtained by splitting the string using the null character as the delimitor.