summaryrefslogtreecommitdiff
path: root/lib/pry/helpers/text.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pry/helpers/text.rb')
-rw-r--r--lib/pry/helpers/text.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/helpers/text.rb b/lib/pry/helpers/text.rb
index 527649a1..a8945a99 100644
--- a/lib/pry/helpers/text.rb
+++ b/lib/pry/helpers/text.rb
@@ -2,7 +2,7 @@ class Pry
module Helpers
# The methods defined on {Text} are available to custom commands via {Pry::Command#text}.
module Text
- module_function
+ extend self # rubocop:disable Style/ModuleFunction
COLORS = {
"black" => 0,