# File lib/haml/helpers/action_view_mods.rb, line 185 def fragment_for_with_haml(*args, &block) return fragment_for_without_haml(*args, &block) if controller.perform_caching capture(&block) end