diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2008-12-29 23:14:50 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2008-12-29 23:14:50 +0100 |
commit | 5cb39d0935df6678ee0ab9036f5dd2056217e9a6 (patch) | |
tree | 16808f03a65809822cf0941891d4f88682da3272 | |
parent | dfc5be3c1b55c1c746cfeef07436714969d99a2c (diff) | |
download | styleguide-5cb39d0935df6678ee0ab9036f5dd2056217e9a6.tar.gz styleguide-5cb39d0935df6678ee0ab9036f5dd2056217e9a6.tar.xz styleguide-5cb39d0935df6678ee0ab9036f5dd2056217e9a6.zip |
Write ruby -w safe code.
-rw-r--r-- | RUBY-STYLE | 2 |
1 files changed, 2 insertions, 0 deletions
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. |