lib/ruby-vpi/erb.rb in ruby-vpi-16.0.1 vs lib/ruby-vpi/erb.rb in ruby-vpi-17.0.0
- old
+ new
@@ -3,12 +3,12 @@
# Copyright 2006-2007 Suraj N. Kurapati
# See the file named LICENSE for details.
require 'erb'
-# 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.
+# 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.
class ERB
alias original_initialize initialize
def initialize aInput, *aArgs
# ensure that only <%= ... %> tags generate output