class DummyCompiler

:nodoc:

def compile_content(stag, out)

:nodoc:
def compile_content(stag, out)
  if stag == "<%="
    out.push "_erbout << ''"
  end
end