# File lib/ramaze/helper/erector.rb, line 34 def ie_if(expr, &block) raw! "<!--[if #{expr}]>" yield raw! "<![endif]-->" end