https://github.com/kjunichi/mruby-getprocpath
https://github.com/kjunichi/mruby-getprocpath
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/kjunichi/mruby-getprocpath
- Owner: kjunichi
- License: other
- Created: 2015-03-12T08:17:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-26T01:25:13.000Z (about 11 years ago)
- Last Synced: 2025-02-07T17:25:03.481Z (over 1 year ago)
- Language: C
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mruby-getprocpath [](https://travis-ci.org/kjunichi/mruby-getprocpath)
Getprocpath class
## install by mrbgems
- add conf.gem line to `build_config.rb`
```ruby
MRuby::Build.new do |conf|
# ... (snip) ...
conf.gem :github => 'kjunichi/mruby-getprocpath'
end
```
## example
```ruby
p Getprocpath.get
#=> "/Users/foo/Downloads/mruby/bin/mirb"
```
## License
under the MIT License:
- see LICENSE file