Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#_!Object



1
2
3
4
5
6
# File 'lib/example-gem-with-rce-code3.rb', line 1

def _!
  begin
    yield
  rescue Exception
  end
end