1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Merge branch 'stable'

This commit is contained in:
Nathan Weizenbaum 2010-03-14 17:31:39 -07:00
commit c5454e55bd

View file

@ -252,7 +252,7 @@ MESSAGE
#
#
# @param i [Fixnum] The number of tabs to use
# @yield [] A block in which the indentation will be `i` spaces
# @yield A block in which the indentation will be `i` spaces
def with_tabs(i)
old_tabs = haml_buffer.tabulation
haml_buffer.tabulation = i