helix/crates/libcruby-sys
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
..
src allow private constructor. also add docopt example 2018-06-14 00:09:09 -07:00
.gitignore Git ignore .lib files in libcruby-sys 2017-03-09 11:35:04 -08:00
Cargo.toml v0.7.5 2018-06-04 16:15:00 -04:00
build.rs Improved version number handling 2017-04-17 18:55:08 -07:00
prepackage.sh Improve Vagrant release tests 2017-10-10 20:02:36 -07:00
ruby_info.rb Improve packaging for distribution 2017-03-07 11:55:58 -08:00