1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Simplify return (kyrylo += 1 for spotting it)

This commit is contained in:
☈king 2012-12-24 20:28:13 -06:00 committed by rking@sharpsaw.org
parent 6148f62620
commit b84a889390

View file

@ -51,7 +51,7 @@ class Pry
end
def block
@block || instance_method(:process) && instance_method(:process)
@block || instance_method(:process)
end
def source