haml--haml/lib
Norman Clarke 3f3cb8a2e6 Make Parser a class and remove from Engine
You can now instantiate your own Haml parser separately from the Haml
engine if for some reason you should want to. Eventually this will be
useful for tools that convert Haml to Erb, for example. However for the
moment the primary motivation is simply to guarantee a stricter separation
of concerns between the parser, compiler and engine.
2012-05-31 16:23:07 -03:00
..
haml Make Parser a class and remove from Engine 2012-05-31 16:23:07 -03:00
haml.rb Added back empty init_rails - some libs may still depend on it 2012-05-28 22:53:26 -03:00