Sha256: d6b278711507b920f63dac0b197cb25ab2176df6bf2eaf09333dc864fda5ca23

Contents?: true

Size: 408 Bytes

Versions: 1

Compression:

Stored size: 408 Bytes

Contents

# frozen_string_literal: true

require 'pryx/version'
require 'pryx/background'
require 'pryx/trap_backtrace'
require 'pryx/pry_hack'
require 'pryx/irb_hack'

# Add the non-bundler managermented gems back
# this step is necessory when install pryx in docker-compose
ENV['RUBYLIB'] = "#{ENV['RUBYLIB']}:#{$LOAD_PATH.grep(/gems/).join(':')}"

# set export RUBYOPT+=" -rpryx" to work with pryx.
module Pryx
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pryx-0.9.0 lib/pryx.rb