mdeering / attribute_normalizer

Adds the ability to normalize attributes cleanly with code blocks and predefined normalizers
MIT License
475 stars 53 forks source link

:if :unless syntax and callback hooks in the DSL #24

Open mdeering opened 12 years ago

mdeering commented 12 years ago

With access to instance of the object we are normalizing against we could easily add clauses and hook into the DSL

jeremysmithco commented 9 years ago

Is this how you would add the :if option? 6bb8cbaff1a6b6546d5baea119e804b7e75db4d8

aaronchi commented 9 years ago

Will this ever be added?