From 31ca2031937b667b311459c784d639cb50f3e8cc Mon Sep 17 00:00:00 2001 From: Cesar Mendoza Date: Tue, 8 Oct 2019 23:20:01 +0000 Subject: [PATCH] Done. --- lib/pry_debugging.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/pry_debugging.rb b/lib/pry_debugging.rb index 6908030..14cdda0 100644 --- a/lib/pry_debugging.rb +++ b/lib/pry_debugging.rb @@ -1,4 +1,6 @@ def plus_two(num) + num + 2 - num + + end \ No newline at end of file