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:
commit
c5454e55bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue