Fix html2haml.

This commit is contained in:
Nathan Weizenbaum 2011-05-20 12:54:52 -07:00
parent 887d504757
commit fb5ab2675f
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@
* Don't throw errors when text is nested within comments.
* Fix html2haml.
## 3.1.1
* Update the vendored Sass to version 3.1.0.

View File

@ -9,7 +9,7 @@ module Haml
# @param args [Array<String>] The command-line arguments
def initialize(args)
@args = args
@options = {}
@options = {:for_engine => {}}
end
# Parses the command-line arguments and runs the executable.