
# NamedFunction

This is an **internal** module!

-

Since naming a function isn't possible in CoffeeScript and we like to stay away from backticks, `NamedFunction` was created.

```CoffeeScript
NamedFunction "hello", -> alert "hello world!"
```

The first argument **must** be a String.

The second argument **must** be a Function (or an Object with an `apply` method).

## NamedFunction.Spawner
