playground/sand.rb in pry-moves-0.1.4 vs playground/sand.rb in pry-moves-0.1.5

- old
+ new

@@ -1,13 +1,8 @@ require 'pry-moves' -#require 'pry-nav' require './tracer.rb' -def debucher? - binding.pry - true -end def fi(param) a = 2 + 1 puts param end @@ -28,22 +23,23 @@ a = 1 cc end def cc + koko = :love binding.pry + return if true + puts :two end + alias cc_al cc end -#trace_events - -a = 1123 -b = binding - puts :prepare -#binding.pry +A.new.cc_al +A.new.cc_al +A.new.cc_al a = A.new.aa.bb.cc bb = 1