# File lib/haml/filters.rb, line 44 def self.included(base) Filters.defined[base.name.split("::").last.downcase] = base base.extend(base) end