helix/examples/docopt
Terence Lee 088a636192 allow private constructor. also add docopt example
You can do this by setting:

```
def initialize(helix, ...) {
}
```

Right now this only works on the constructor and only unexported is
supported.
2018-06-14 00:09:09 -07:00
..
lib allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
spec allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
src allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
.gitignore allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
Cargo.toml allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
Gemfile allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
Rakefile allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00