# File lib/haml/helpers.rb, line 543 def block_is_haml?(block) eval('_hamlout', block.binding) true rescue false end