mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
f941dd5a9f
commit
a7f7479872
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ require 'erb/version'
|
|||
#
|
||||
# <% Ruby code -- inline with output %>
|
||||
# <%= Ruby expression -- replace with result %>
|
||||
# <%# comment -- ignored -- useful in testing %>
|
||||
# <%# comment -- ignored -- useful in testing %> (`<% #` doesn't work. Don't use Ruby comments.)
|
||||
# % a line of Ruby code -- treated as <% line %> (optional -- see ERB.new)
|
||||
# %% replaced with % if first thing on a line and % processing is used
|
||||
# <%% or %%> -- replace with <% or %> respectively
|
||||
|
|
Loading…
Reference in a new issue