fails:Process.getrlimit when passed a Symbol coerces :LOCKS into RLIMIT_LOCKS
fails:Process.getrlimit when passed a Symbol coerces :NLIMITS into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a Symbol coerces :OFILE into RLIMIT_OFILE
fails:Process.getrlimit when passed a String coerces 'LOCKS' into RLIMIT_LOCKS
fails:Process.getrlimit when passed a String coerces 'NLIMITS' into RLIMIT_NLIMITS
fails:Process.getrlimit when passed a String coerces 'OFILE' into RLIMIT_OFILE
linux(LOCKS seems to be unsupported):Process.getrlimit when passed a Symbol coerces the short name into the full RLIMIT_ prefixed name
linux(LOCKS seems to be unsupported):Process.getrlimit when passed a String coerces the short name into the full RLIMIT_ prefixed name
