hashugar
hashugar copied to clipboard
Added keys method
Hi, thanks for the pull request. But, I do need test for these methods before merging.
Hmm... I think it makes sense to use delegation here (that way it's lazy loaded) + you won't need comprehensive tests, since the underlying ruby methods are tested on the objects themselves. You'll only need to test that the hashugar responds_to?
the given method, rather than the integrity of the method.