vmware-archive / rbvmomi

Ruby interface to the VMware vSphere API.
MIT License
302 stars 175 forks source link

Add frozen_string_literals comment #195

Closed jrgarcia closed 3 years ago

jrgarcia commented 3 years ago

RuboCop autocorrection to add frozen_string_literals comment to the top of every Ruby file to freeze all string literals.

Signed-off-by: J.R. Garcia jrg@vmware.com