Sha256: 4b2e2eaa7b28600d84a839f75f3fab5c6e90af1aa4d68f89e0735fa48e71768f
Contents?: true
Size: 385 Bytes
Versions: 5
Compression:
Stored size: 385 Bytes
Contents
require 'rubygems' require 'pry' require 'pry/test/helper' Pry.config.theme = nil Pry.config.pager = false unless Object.const_defined? 'PryTheme' $:.unshift File.expand_path '../../lib', __FILE__ require 'pry-theme' end require 'bacon' puts "Ruby: #{ RUBY_VERSION }; Ruby Engine: #{ defined?(RUBY_ENGINE) ? RUBY_ENGINE : 'ruby' }; " \ "Pry Theme: #{ PryTheme::VERSION }"
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
pry-theme-1.0.3 | spec/helper.rb |
pry-theme-1.0.2 | spec/helper.rb |
pry-theme-1.0.1 | spec/helper.rb |
pry-theme-1.0.0 | spec/helper.rb |
pry-theme-0.2.0 | spec/helper.rb |