Sha256: 5f3731e427bcf1f67277ae792db458fd6b8184c2419a19884bf3d69d67114f20
Contents?: true
Size: 554 Bytes
Versions: 6
Compression:
Stored size: 554 Bytes
Contents
require 'binding_of_caller' require 'clipboard' # HACK: for ap 可以确保,当使用 irb! 时,looksee ls1 输出显示正确,同时不用关闭 irb :USE_COLORIZE 设置。 # See https://github.com/oggy/looksee/issues/57 # 但是,ap_hack 必须放到 break_hack 前面,调换顺序,上面的 hack 失效。 # WARN: 下面两行 require 代码顺序不要换。 require 'pryx/ap_hack' require 'break' Pry.commands.alias_command 'n', 'next' Pry.commands.alias_command 's', 'step' Pry.commands.alias_command 'w', 'watch' # watch is pry builtin
Version data entries
6 entries across 6 versions & 1 rubygems