Closed fancyremarker closed 10 years ago
This pull request adds a test and code to handle cases where an attribute has a null value. After this change, calling resource.attr will return nil, instead of raising an exception. LMK if this is desired behavior.
resource.attr
nil
Thanks for this! And sorry it took me a while to get to it. I've merged these changes in as part of today's release of 0.9.
This pull request adds a test and code to handle cases where an attribute has a null value. After this change, calling
resource.attr
will returnnil
, instead of raising an exception. LMK if this is desired behavior.