From: Roger Pack Date: 2008-07-10T10:01:25+09:00 Subject: [ruby-core:17714] [Ruby 1.8.7 - Bug #213] Different ERB behavior across versions Issue #213 has been updated by Roger Pack. here's wishing require 'erb' template = ERB.new <<-EOF x is <%= x # this should work %> EOF x = 4 puts template.result(binding) worked :) ---------------------------------------- http://redmine.ruby-lang.org/issues/show/213 ---------------------------------------- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://redmine.ruby-lang.org/my/account