# File lib/sinatra/content_for.rb, line 92
    def content_for?(key)
      content_blocks[key.to_sym].any?
    end