Change date for #puts removal.

This commit is contained in:
Nathan Weizenbaum 2008-10-30 21:41:43 -07:00
parent a7614864f7
commit f803a70d55
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ module Haml
def puts(*args) # :nodoc: def puts(*args) # :nodoc:
warn <<END warn <<END
DEPRECATION WARNING: DEPRECATION WARNING:
The Haml #puts helper is deprecated and will be removed in version 2.2. The Haml #puts helper is deprecated and will be removed in version 2.4.
Use the #haml_concat helper instead. Use the #haml_concat helper instead.
END END
haml_concat *args haml_concat *args