lib/attributor/dumpable.rb in attributor-5.0.2 vs lib/attributor/dumpable.rb in attributor-5.1.0

- old
+ new

@@ -4,8 +4,7 @@ # serialize its contents into primitive ruby objects. # This typically corresponds to non-trivial types that have some sort of substructure def dump raise NotImplementedError, 'Dumpable requires the implementation of #dump' end - end -end \ No newline at end of file +end