From 5cb39d0935df6678ee0ab9036f5dd2056217e9a6 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 29 Dec 2008 23:14:50 +0100 Subject: Write ruby -w safe code. --- RUBY-STYLE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RUBY-STYLE b/RUBY-STYLE index 213909b..5773609 100644 --- a/RUBY-STYLE +++ b/RUBY-STYLE @@ -131,6 +131,8 @@ when you contribute to my code, please follow these rules: == The rest: +* Write ruby -w safe code. + * Avoid hashes-as-optional-parameters. Does the method do too much? * Avoid long methods. -- cgit 1.4.1