⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Ruby master
All Projects
Ruby
»
Ruby master
Overview
Activity
Roadmap
Issues
Repository
Like
Download (71 Bytes)
Bug #14243
ยป erb_test.rb
Example script -
jsc (Justin Collins)
, 12/26/2017 07:34 PM
require
"erb"
input
=
"<% # comment %>
\n
"
puts
ERB
.
new
(
input
,
nil
).
src
(1-1/1)
Loading...