playground/sand.rb in pry-moves-0.1.3 vs playground/sand.rb in pry-moves-0.1.4
- old
+ new
@@ -5,29 +5,34 @@
def debucher?
binding.pry
true
end
+def fi(param)
+ a = 2 + 1
+ puts param
+end
+
class A
def initialize
puts :xuilo
end
def aa
- self
+ bb
end
def bb
#binding.pry
+ k = A.new
a = 1
- a = 1
- self
+ cc
end
def cc
- self
+ binding.pry
end
end
#trace_events
@@ -35,10 +40,10 @@
a = 1123
b = binding
puts :prepare
-binding.pry
+#binding.pry
a = A.new.aa.bb.cc
bb = 1