Sha256: a9b7d7adc54da4a3539b5041441494919764c4d29cdbd50ca63a1b5e0d5f4736

Contents?: true

Size: 307 Bytes

Versions: 4

Compression:

Stored size: 307 Bytes

Contents

require 'rubygems'

unless Object.const_defined? 'PryStackExplorer'
  $:.unshift File.expand_path '../../lib', __FILE__
  require 'pry-stack_explorer'
end

require 'bacon'

puts "Testing pry-stack_explorer version #{PryStackExplorer::VERSION}..."
puts "Ruby version: #{RUBY_VERSION}"

PE = PryStackExplorer

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pry-stack_explorer-0.2.8pre7 test/helper.rb
pry-stack_explorer-0.2.8pre6 test/helper.rb
pry-stack_explorer-0.2.8pre5 test/helper.rb
pry-stack_explorer-0.2.8pre4 test/helper.rb