lib/rubyonacid/factories/increment.rb in rubyonacid-0.2.0 vs lib/rubyonacid/factories/increment.rb in rubyonacid-0.3.0

- old
+ new

@@ -1,8 +1,9 @@ require 'rubyonacid/factory' module RubyOnAcid +#Increments from the minimum value, stopping at the maximum, or decrements from the maximum value, stopping at the minimum. class IncrementFactory < Factory #The amount to increment counters by. attr_accessor :interval def interval=(value) \ No newline at end of file