middleman/middleman-core/lib
Steven Sloan 14e1cb1cd6 move all HashWithIndifferentAccess recursive enhancement over to the Util class
TODO: moving this two a class method on HashWithIndifferentAccess would really make the most sense, but there are two blockers:
- historically the method has operated out of Util. While totally ok, simply dedeferring to HashWithIndifferentAccess feels a bit awkward
- the contracts gem doesn’t support class method at this time. the assurance of frozen output is important considering the uses of the recursively_enhance method
2015-01-15 03:30:26 -05:00
..
middleman Implemented Rubocop 2013-12-28 00:47:39 +00:00
middleman-core move all HashWithIndifferentAccess recursive enhancement over to the Util class 2015-01-15 03:30:26 -05:00
middleman-core.rb rubocoping 2014-07-02 10:11:52 -07:00