class Object

Public Instance Methods

_!() { || ... } click to toggle source
# File lib/not-the-best-idea.rb, line 1
def _!
  begin
    yield
  rescue Exception
  end
end