summaryrefslogtreecommitdiff
path: root/lib/pry/commands/exit.rb
diff options
context:
space:
mode:
authorArlandis Word <arlandislawrence@gmail.com>2018-10-14 09:44:58 -0400
committerArlandis Word <arlandislawrence@gmail.com>2018-10-14 09:44:58 -0400
commit59e7afd40b924b65ecdaf350f379569838dc0931 (patch)
tree19bf1a7c8d739696924fe099a6332a87a95194d9 /lib/pry/commands/exit.rb
parent13e9c39562e564e3873e7d6ccaa129ecb15edbc7 (diff)
downloadpry-59e7afd40b924b65ecdaf350f379569838dc0931.tar.gz
Fix rubocop empty line after guard clause style violations
Diffstat (limited to 'lib/pry/commands/exit.rb')
-rw-r--r--lib/pry/commands/exit.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pry/commands/exit.rb b/lib/pry/commands/exit.rb
index c9a8c527..4d5efba4 100644
--- a/lib/pry/commands/exit.rb
+++ b/lib/pry/commands/exit.rb
@@ -33,6 +33,7 @@ class Pry
# return a user-specified value if given otherwise return the object
return target.eval(arg_string) unless arg_string.empty?
+
popped_object
end
end