grow food, not lawn.

Change method of checking if a key is in the dictionary.

Russell Ballestrini requested to merge github/fork/txjacob/master into master

Created by: txjacob

The original method would return false if the key contained the boolean "false" causing the value to not be deleted even if it existed.

Merge request reports