lib/irbtools/more.rb in irbtools-more-1.7.1 vs lib/irbtools/more.rb in irbtools-more-1.7.2

- old
+ new

@@ -2,11 +2,11 @@ standalone = !(defined? Irbtools) # define version module Irbtools module More - VERSION = '1.7.1' + VERSION = '1.7.2' end end # require base package if standalone @@ -24,11 +24,11 @@ Bond.start :gems => %w[irbtools] end # Object#l method for inspecting its lookup path Irbtools.add_library 'looksee', late_thread: :c do - Looksee::ObjectMixin.rename :l - class Object; alias lp l; end + Looksee.rename :l + class Object; def lp() l end; end end # repl method Irbtools.add_library 'binding_of_caller', thread: 'more_3' Irbtools.add_library 'debugging/repl', thread: 'more_3'