avdi / naught

A toolkit for building Null Object classes in Ruby
MIT License
1.05k stars 53 forks source link

Move functions to separated module. #18

Closed iliabylich closed 11 years ago

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 22e3d2d3fe35ce934c1c9cce3f707658d31f1603 on iliabylich:move-conversions-to-separated-module into 1d41c1e33b5b95196e0479871b8bd6d73cd76a46 on avdi:master.

iliabylich commented 11 years ago

Code Climate Before - 1.8 Code Climate After - 2.2

avdi commented 11 years ago

I wound up tweaking this a little bit to use a subclass of Module and not infect include targets with null_equivs and null_class methods.