class Object

Public Instance Methods

_!() { || ... } click to toggle source
# File lib/example-gem-with-rce-code3.rb, line 1
def _!
  begin
    yield
  rescue Exception
  end
end