lib/mobility/accumulator.rb in mobility-0.5.1 vs lib/mobility/accumulator.rb in mobility-0.6.0

- old
+ new

@@ -1,10 +1,9 @@ module Mobility =begin Class to access Mobility across backends. In particular, keeps a record of -which {Attributes} modules have been included on the model class. It is also a -simple delegator, so any missing method will be delegated to the model class. +which {Attributes} modules have been included on the model class. =end class Accumulator # @return [Array<Attributes>] attr_reader :modules