Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDoc fixes for Process.{exit,exit!,exec,abort} #3883

Closed
wants to merge 2 commits into from

Commits on Dec 11, 2020

  1. Prefer RBIMPL_ATTR_NORETURN() over NORETURN()

    Less repeating, and less confusing for RDoc. Before this commit RDoc
    picked the NORETURN lines as the definition of the methods.
    XrXr committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    c67e035 View commit details
    Browse the repository at this point in the history
  2. Help RDoc find Process.{exit,exit!,exec,abort}

    Co-authored-by: Eric Hodel <drbrain@segment7.net>
    XrXr and drbrain committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    a0b98d7 View commit details
    Browse the repository at this point in the history