Module: PacerBloomFilter

Defined in:
lib/pacer-bloomfilter.rb

Constant Summary collapse

PATH =
File.expand_path(File.join(File.dirname(__FILE__), '..'))
VERSION =
File.read(PATH + '/VERSION').chomp

Class Method Summary collapse

Class Method Details

.reload!Object



10
11
12
13
14
15
16
# File 'lib/pacer-bloomfilter.rb', line 10

def self.reload!
  Dir[File.dirname(__FILE__) + '/**/*.rb'].each do |file|
    puts file
    load file
  end
  nil
end