From 7bde57ae8fce8ce55a44cc31727bfc08f2369fe9 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 9 Mar 2015 13:04:45 +0000 Subject: Omit the parentheses in defs when the method doesn't accept any arguments. This is neater. --- lib/custodian/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/custodian/parser.rb') diff --git a/lib/custodian/parser.rb b/lib/custodian/parser.rb index 3379c5a..e73001f 100644 --- a/lib/custodian/parser.rb +++ b/lib/custodian/parser.rb @@ -52,7 +52,7 @@ module Custodian # # Constructor # - def initialize( ) + def initialize @MACROS = Hash.new() @jobs = Array.new() end -- cgit v1.2.1