class Slim::ERBConverter

Slim to ERB converter

@example Conversion

Slim::ERBConverter.new(options).call(slim_code) # outputs erb_code

@api public