Flowdock
method

add_put_cmd

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: ERB::Compiler
add_put_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 578
    def add_put_cmd(out, content)
      out.push("#{@put_cmd} #{content.dump}.freeze#{"\n" * content.count("\n")}")
    end
Register or log in to add new notes.