Skip to content

Fix for PR353 lonely operator error

Choose a tag to compare

@choran choran released this 16 Oct 10:36
· 216 commits to master since this release

#353 Resolved issue with NoMEthodError being returned when parsed_body was nil.
However, this created an issue for some versions of Ruby.
This release adds a different error check for the parsed_body being nil which should work with all supported versions.