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.

Methods

new  

External Aliases

initialize -> original_initialize

Public Class methods

[Validate]