cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

Format() fails when NilObject is passed in. #100

Closed mseymour closed 11 years ago

mseymour commented 11 years ago

It gets cumbersome when an object (for instance, a JSON response-turned-hash) returns nil as the value for a key, and having to process the nil into a blank string.