diff --git a/lib/pry_debugging.rb b/lib/pry_debugging.rb index 6908030..00efec4 100644 --- a/lib/pry_debugging.rb +++ b/lib/pry_debugging.rb @@ -1,4 +1,4 @@ def plus_two(num) - num + 2 - num + total = num + 2 +total end \ No newline at end of file