Fix handling of ruby write parameters due to nil vs false Summary: Need to check for != nil, not just boolean expression Reviewed By: mcslee Test Plan: Send a boolean "false" value Other Notes: Patch submitted by Patrick Collison