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:
warn <<END
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.
END
haml_concat *args