Details
Description
When generating the thrift code for Ruby, the signature for getContentSummary() includes "string Path". Because the Path argument starts with caps, Ruby thinks this is a constant and complains. Changing the argument to something beginning with lowercase fixes the issue.