puppetlabs / ruby-hocon

A Ruby port of the Typesafe Config library.
Apache License 2.0
34 stars 30 forks source link

(MAINT) Fix undefined method bug #59

Closed MSLilah closed 9 years ago

MSLilah commented 9 years ago

Fix an undefined method bug that was occurring when attempting to add a complex value into an empty root object.

This is a port of https://github.com/typesafehub/config/pull/334

jpinsonault commented 9 years ago

:+1: Waiting on travis