NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

NdrSupport::Obfuscator.obfuscate raises exception with nil name #7

Open timgentry opened 6 years ago

timgentry commented 6 years ago

NdrSupport::Obfuscator.obfuscate should gracefully handle a nil name rather than raise an exception. I would prefer that it return nil in this instance.