avsej / gson.rb

Ruby wrapper for google-gson library
Apache License 2.0
10 stars 5 forks source link

Gson.load and Gson.dump use variables that do not exist, causing an instant error #4

Open jnicklas opened 10 years ago

jnicklas commented 10 years ago

It uses string when it should be using object: https://github.com/avsej/gson.rb/blob/a976cef16afa2e460b6e3c82cce9a50ba467d133/lib/gson.rb#L26

It uses object when it should be using string: https://github.com/avsej/gson.rb/blob/a976cef16afa2e460b6e3c82cce9a50ba467d133/lib/gson.rb#L30