master
muflax 2012-02-06 06:13:29 +01:00
parent a7069debfb
commit 68e04066e6
1 changed files with 1 additions and 1 deletions

View File

@ -35,6 +35,6 @@ class Nanoc3::Item
def mindkiller?
topics = %w{history}
!!self[:mindkiller] || !!topics.select{|t| is_category? t}
!!self[:mindkiller] || !!topics.any?{|t| is_category? t}
end
end