# File lib/rbot/core/utils/filters.rb, line 40 def initialize(&block) raise "No block provided" unless block_given? @block = block end