How to Install and Uninstall ruby2.7-rubygem-binding_of_caller Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "ruby2.7-rubygem-binding_of_caller" package

Please follow the guidelines below to install ruby2.7-rubygem-binding_of_caller on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install ruby2.7-rubygem-binding_of_caller

2. Uninstall "ruby2.7-rubygem-binding_of_caller" package

This guide covers the steps necessary to uninstall ruby2.7-rubygem-binding_of_caller on openSuSE Tumbleweed:

$ sudo zypper remove ruby2.7-rubygem-binding_of_caller

3. Information about the ruby2.7-rubygem-binding_of_caller package on openSuSE Tumbleweed

Information for package ruby2.7-rubygem-binding_of_caller:
----------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ruby2.7-rubygem-binding_of_caller
Version : 1.0.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 27,4 KiB
Installed : No
Status : not installed
Source package : rubygem-binding_of_caller-1.0.0-1.4.src
Summary : Retrieve the binding of a method's caller, or further up the stack
Description :
Provides the Binding#of_caller method.
Using binding_of_caller we can grab bindings from higher up the call stack and
evaluate code in that context.
Allows access to bindings arbitrarily far up the call stack, not limited to
just the immediate caller.
Recommended for use only in debugging situations. Do not use this in
production apps.