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

Allow alias warnings to be silenced #507

Closed
wants to merge 1 commit into from

Commits on Jan 12, 2023

  1. Allow alias warnings to be silenced

    Allow a user to silence the warning that certain methods cannot be aliased. The use case is for tools that use `irb` and are already aware of the warning, but deem it acceptable and just want to suppress it.
    
    Code would need to do the following to hush these warnings:
    
    ```
    IRB::ExtendCommandBundle::HushAliasWarning = true
    ```
    shreeve committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    6311282 View commit details
    Browse the repository at this point in the history