Sha256: 1c921f3e989fb54274b233da5ef4481bd9b4be91d7a2075aa2f05444c17dfb53

Contents?: true

Size: 237 Bytes

Versions: 9

Compression:

Stored size: 237 Bytes

Contents

module ReactiveRecord

  module Pry

    def self.rescued(e)
      if defined?(PryRescue) && e.instance_variable_defined?(:@rescue_bindings) && !e.is_a?(Hyperloop::AccessViolation)
        ::Pry::rescued(e)
      end
    end

  end

end

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
hyper-model-0.99.6 lib/reactive_record/pry.rb
hyper-model-0.99.5 lib/reactive_record/pry.rb
hyper-model-0.99.4 lib/reactive_record/pry.rb
hyper-model-0.99.3 lib/reactive_record/pry.rb
hyper-model-0.99.2 lib/reactive_record/pry.rb
hyper-model-0.99.1 lib/reactive_record/pry.rb
hyper-model-0.99.0 lib/reactive_record/pry.rb
hyper-mesh-1.0.0.lap28 lib/reactive_record/pry.rb
hyper-mesh-1.0.0.lap27 lib/reactive_record/pry.rb