# File lib/haml/util.rb, line 702 def method_missing(name, *args, &block) super unless args.empty? && block.nil? @set.include?(name) end