Sha256: 4de97130170b065ac7da36c3681cb3801724b4dbb131a5cc068521738864ae1c
Contents?: true
Size: 436 Bytes
Versions: 14
Compression:
Stored size: 436 Bytes
Contents
# frozen_string_literal: true require 'pryx/version' require 'pryx/background' require 'pryx/trap_backtrace' require 'pryx/looksee_hack' 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
14 entries across 14 versions & 1 rubygems