From bfdb40cb0df596ffa64da2267c097ba2480b78e1 Mon Sep 17 00:00:00 2001 From: Tom Kadwill Date: Wed, 30 Jul 2014 20:31:54 +0100 Subject: [PATCH] Changed stdout documentation to detail the 's' paramater --- lib/debug.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/debug.rb b/lib/debug.rb index fcbf849f0da315..aaa156ed8cf1b4 100644 --- a/lib/debug.rb +++ b/lib/debug.rb @@ -902,9 +902,9 @@ def stdout @stdout end - # Sets the IO used as stdout. Defaults to STDOUT - def stdout=(s) - @stdout = s + # Sets the IO used as +stdout+. Defaults to STDOUT + def stdout=(stdout) + @stdout = stdout end # Returns the display expression list