Class | ERB |
In: |
lib/ruby-vpi/erb.rb
|
Parent: | Object |
A version of ERB whose embedding tags behave like those of PHP. That is, only <%= … %> tags produce output, whereas <% … %> tags do not produce any output.
initialize | -> | original_initialize |