Sha256: fc4a8b4ee3730ad4ae202c3031a9047a9a3ef9fec497fb57b777d1b82ead3d3a
Contents?: true
Size: 590 Bytes
Versions: 8
Compression:
Stored size: 590 Bytes
Contents
# We need apply those hack before irb was loaded for work with irb. # So we have to add it here, same hacks for Pry is add to method # Binding#_pry which defined in lib/pryx/pry_hack.rb # we need set `export RUBYOPT+=" -rpryx_irb"` instead of `-rpryx` to make # irb work with break and ap gem. # ap_hack 可以确保,当时用 irb! 的时候,输入代码是彩色的,并且 looksee 也正常显示 # 但是,ap_hack 不可以放到 break_hack 后面,否则会失效。 # WARN: 下面两行代码顺序不要换。 require 'pryx/ap_hack' require 'pryx/break_hack' require 'pryx'
Version data entries
8 entries across 8 versions & 1 rubygems