diff --git a/lib/pry/command_context.rb b/lib/pry/command_context.rb index 57df3b00..dc3b4ec4 100644 --- a/lib/pry/command_context.rb +++ b/lib/pry/command_context.rb @@ -24,7 +24,7 @@ class Pry end def text - @text ||= Pry::Helpers::Text + Pry::Helpers::Text end include Pry::Helpers::BaseHelpers