From 83e5f2bbaa0bb5c4e0e3acdf24972f67753f8ffa Mon Sep 17 00:00:00 2001 From: Mikel Lindsaar Date: Tue, 19 Jan 2010 19:38:47 +1100 Subject: remove newline --- railties/lib/rails/subscriber.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/subscriber.rb b/railties/lib/rails/subscriber.rb index 11102522b0..037c279b6b 100644 --- a/railties/lib/rails/subscriber.rb +++ b/railties/lib/rails/subscriber.rb @@ -98,7 +98,6 @@ module Rails # option is set to true, it also adds bold to the string. This is based # on Highline implementation and it automatically appends CLEAR to the end # of the returned String. - # def color(text, color, bold=false) return text unless colorize_logging color = self.class.const_get(color.to_s.upcase) if color.is_a?(Symbol) -- cgit v1.2.3