Skip to content

Commit

Permalink
Added Hump's greatly required require. I'm so sorry Humps.
Browse files Browse the repository at this point in the history
  • Loading branch information
markcipolla committed Dec 23, 2011
1 parent b068d67 commit 2fcfc56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/despamilator.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$:.unshift(File.dirname(__FILE__)) unless $:.include?(File.dirname(__FILE__)) || $:.include?(File.expand_path(File.dirname(__FILE__)))

require 'despamilator/filter'
Dir.glob(File.join(File.dirname(__FILE__), 'despamilator', 'filter', '*.rb')).each do |filter_file|
require filter_file
end
Expand Down

0 comments on commit 2fcfc56

Please sign in to comment.