From cffb9bc1f64f314e794833b17d68c43e88f47741 Mon Sep 17 00:00:00 2001 From: bogdanvlviv Date: Wed, 22 Aug 2018 21:26:06 +0300 Subject: Use `say`/`error` instead of `puts`/`$stderr.puts` Follow up 44007c07098a3c633180881cae9285da4622e63f --- railties/lib/rails/commands/help/help_command.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails/commands/help') diff --git a/railties/lib/rails/commands/help/help_command.rb b/railties/lib/rails/commands/help/help_command.rb index 8e5b4d68d3..9df34e9b79 100644 --- a/railties/lib/rails/commands/help/help_command.rb +++ b/railties/lib/rails/commands/help/help_command.rb @@ -6,7 +6,7 @@ module Rails hide_command! def help(*) - puts self.class.desc + say self.class.desc Rails::Command.print_commands end -- cgit v1.2.3