diff options
author | Patrick Simianer <p@simianer.de> | 2015-11-06 16:10:02 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-11-06 16:10:02 +0100 |
commit | 886337bdf83c33edf2361ffa45239aa5195ca367 (patch) | |
tree | 8c864e8231c78dd9488543af02cca2be25a1935e /derivation_to_json | |
parent | 5184db137d585746e3c8ab933a6ed460fd312458 (diff) |
cleanup
Diffstat (limited to 'derivation_to_json')
-rwxr-xr-x | derivation_to_json/derivation_to_json.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |