class Slim::EndInserter

In Slim you don’t need to close any blocks:

- if Slim.awesome?
  | But of course it is!

However, the parser is not smart enough (and that’s a good thing) to automatically insert end’s where they are needed. Luckily, this filter does exactly that (and it does it well!)

@api private