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