lib/rubyonacid/factories/flash.rb in rubyonacid-0.2.0 vs lib/rubyonacid/factories/flash.rb in rubyonacid-0.3.0
- old
+ new
@@ -1,8 +1,9 @@
require 'rubyonacid/factory'
module RubyOnAcid
+#Returns 0.0 for a given number of queries, then 1.0 for the same number of queries, then goes back to 0.0 and repeats.
class FlashFactory < Factory
attr_accessor :interval
def initialize(interval = 3)
\ No newline at end of file