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

The ivar assignment is not necessary.

This commit is contained in:
Rob Gleeson 2011-05-08 18:38:14 +01:00
parent 5a85ea04d9
commit 69f2d31bd0

View file

@ -24,7 +24,7 @@ class Pry
end
def text
@text ||= Pry::Helpers::Text
Pry::Helpers::Text
end
include Pry::Helpers::BaseHelpers