The README.rdoc of dm-is-remixable is formatted horribly bad on github (and on every rdoc sites) due to the fact that code blocks are not indented correctly. I fixed them so it looks nice now.
I also change the example to use Enum[...] instead of Enum.new(...), for the latter one does not seem to be working anymore with 1.0.2.
Hi datamappers
The README.rdoc of dm-is-remixable is formatted horribly bad on github (and on every rdoc sites) due to the fact that code blocks are not indented correctly. I fixed them so it looks nice now.
I also change the example to use
Enum[...]
instead ofEnum.new(...)
, for the latter one does not seem to be working anymore with 1.0.2.