From b23924186c9b2124e7837678aec2a333bc3b9b32 Mon Sep 17 00:00:00 2001 From: Rob Gleeson Date: Fri, 6 May 2011 18:52:45 +0100 Subject: [PATCH] Mark Text#no_color as returning void (value of no interest) --- lib/pry/helpers/text.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pry/helpers/text.rb b/lib/pry/helpers/text.rb index 34fba788..190c738c 100644 --- a/lib/pry/helpers/text.rb +++ b/lib/pry/helpers/text.rb @@ -54,6 +54,7 @@ class Pry # Executes _block_ with _Pry.color_ set to false. # # @param [Proc] + # @return [void] def no_color &block boolean = Pry.color Pry.color = false