Skip to content

Commit

Permalink
ZOMBIE_DIRS is a Set vs an Array.
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Oct 11, 2009
1 parent 4853696 commit ea16483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rack-zombieshotgun.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class ZombieShotgun
/Microsoft Data Access Internet Publishing Provider/
].freeze

ZOMBIE_DIRS = ['_vti_bin','MSOffice','verify-VCNstrict','notified-VCNstrict'].freeze
ZOMBIE_DIRS = ['_vti_bin','MSOffice','verify-VCNstrict','notified-VCNstrict'].to_set.freeze

attr_reader :options, :request, :agent

Expand Down

0 comments on commit ea16483

Please sign in to comment.