diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/erb.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/erb.rb b/lib/erb.rb index 5c89cb403e..5d32c47774 100644 --- a/lib/erb.rb +++ b/lib/erb.rb @@ -252,7 +252,8 @@ require "cgi/util" # * Amrita (smart at producing HTML/XML); # * cs/Template (written in C for speed); # * RDoc, distributed with Ruby, uses its own template engine, which can be reused elsewhere; -# * and others; search the RAA. +# * and others; search {RubyGems.org}[https://rubygems.org/] or +# {The Ruby Toolbox}[https://www.ruby-toolbox.com/]. # # Rails, the web application framework, uses ERB to create views. # |