Subject: | docs for render_to_file don't match the code |
The documentation for Google::Chart states that the render_to_file
method takes a hash of arguments and uses the `filename' parameter. The
code (including unit tests) show that the method simply takes a single
filename argument. The docs should be changed to match the code or vice
versa.