method
cr
cr()
public
Hide source
# File lib/erb.rb, line 558 def cr @script << (@line.join('; ')) @line = [] @script << "\n" end