## Node.insert_before()


Insert *sibling* as the node immediately before this one.


Usage

``` python
Node.insert_before(sibling)
```
