summaryrefslogtreecommitdiff
path: root/lib/erubis/enhancer.rb
diff options
context:
space:
mode:
authormakoto kuwata <kwa@kuwata-lab.com>2007-05-15 07:17:08 +0000
committermakoto kuwata <kwa@kuwata-lab.com>2007-05-15 07:17:08 +0000
commit01343ebc30691865702fb8c426575ba7b5046342 (patch)
tree087040d2df647cc44e07b1b06911428ae4d61917 /lib/erubis/enhancer.rb
parentbc738c804c582c2c411c0093eb5db58f424bb0c8 (diff)
downloaderubis-01343ebc30691865702fb8c426575ba7b5046342.tar.gz
- [change] rename ExpressionInterporationEnhancer to InterpolationEnhancer
- [enhance] add test/test-users-guide.rb
Diffstat (limited to 'lib/erubis/enhancer.rb')
-rw-r--r--lib/erubis/enhancer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/erubis/enhancer.rb b/lib/erubis/enhancer.rb
index ba46b59..942f110 100644
--- a/lib/erubis/enhancer.rb
+++ b/lib/erubis/enhancer.rb
@@ -566,7 +566,7 @@ module Erubis
##
## this is only for Eruby.
##
- module ExpressionInterpolationEnhancer
+ module InterpolationEnhancer
def self.desc # :nodoc:
"convert '<p><%= text %></p>' into '_buf << %Q`<p>\#{text}</p>`'"