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:
parent
5a85ea04d9
commit
69f2d31bd0
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Pry
|
|||
end
|
||||
|
||||
def text
|
||||
@text ||= Pry::Helpers::Text
|
||||
Pry::Helpers::Text
|
||||
end
|
||||
|
||||
include Pry::Helpers::BaseHelpers
|
||||
|
|
Loading…
Reference in a new issue