davydovanton / shallow_attributes

Simple and lightweight Virtus analog.
MIT License
101 stars 18 forks source link

Fix syntax for ruby 1.9.3 #2

Closed artofhuman closed 8 years ago

artofhuman commented 8 years ago

It`s fixed syntax error, unexpected tLAMBEG, expecting keyword_end TO_H_PROC = -> (value) { value.respond_to?(:to_hash) ..}

I know 1.9.3 is old, but it`s my legacy ;)

coveralls commented 8 years ago

Coverage Status

Coverage decreased (-0.1%) to 99.439% when pulling f13a40dd64733a27d6c5ce5160124000e2964cc5 on artofhuman:master into 744ea3823a46f49e97908242c7a573afb4a017a7 on davydovanton:master.

davydovanton commented 8 years ago

Thanks 👍