From 886337bdf83c33edf2361ffa45239aa5195ca367 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 6 Nov 2015 16:10:02 +0100 Subject: cleanup --- derivation_to_json/derivation_to_json.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'derivation_to_json') diff --git a/derivation_to_json/derivation_to_json.rb b/derivation_to_json/derivation_to_json.rb index afd62b7..f7307cc 100755 --- a/derivation_to_json/derivation_to_json.rb +++ b/derivation_to_json/derivation_to_json.rb @@ -83,7 +83,7 @@ class Rule x -= rx y -= ry if @ha[x] - @ha[x] << y + @ha[x] << y else @ha[x] = [y] end -- cgit v1.2.3