method

compile_content

rails latest stable - Class: DummyCompiler

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

compile_content(stag, out)
public

No documentation available.

# File railties/lib/rails/application/dummy_erb_compiler.rb, line 13
  def compile_content(stag, out)
    if stag == "<%="
      out.push "_erbout << ''"
    end
  end