Flowdock
method

add_insert_cmd

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: ERB::Compiler
add_insert_cmd(out, content) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/erb.rb, line 590
    def add_insert_cmd(out, content)
      out.push("#{@insert_cmd}((#{content}).to_s)")
    end
Register or log in to add new notes.