Module: Haml2Slim
- Defined in:
- lib/haml2slim.rb,
lib/haml2slim/command.rb,
lib/haml2slim/version.rb,
lib/haml2slim/converter.rb
Defined Under Namespace
Classes: Command, Converter
Constant Summary
collapse
- VERSION =
'0.4.7'
Class Method Summary
collapse
Class Method Details
.convert!(input) ⇒ Object
5
6
7
|
# File 'lib/haml2slim.rb', line 5
def self.convert!(input)
Converter.new(input)
end
|