Sha256: 8f4be49caaf71569afb70cb3085c949d178268c215c074b34ca17d3e0909fad9

Contents?: true

Size: 248 Bytes

Versions: 1

Compression:

Stored size: 248 Bytes

Contents

$:.unshift File.expand_path '../../lib', __FILE__
require 'pryception'

Interception.prycept do

  def a
    begin
      begin
        raise "foo"

      rescue => e
        raise "bar"
      end

    rescue => e
      1 / 0

    end
  end
  a
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
interception-0.1.pre.2 examples/example.rb