Returns a new instance of OnTheFly.
8 9 10 11
# File 'lib/adhoq/storage/on_the_fly.rb', line 8 def initialize(id_base = Process.pid) @identifier = "#{PREFIX}-#{id_base}" @reports = {} end