Created by: martynav
Ruby clients call self.send(:"#{key}=", value). This breaks if a response entity exposes a 'send' attribute.
This change adds ruby's "#send" to the reserved word list for the ruby generator.
Created by: martynav
Ruby clients call self.send(:"#{key}=", value). This breaks if a response entity exposes a 'send' attribute.
This change adds ruby's "#send" to the reserved word list for the ruby generator.