Convenient subprocess interface
https://rubygems.org/gems/shell_on_ruby
This repository has been archived on 2026年02月11日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Ruby 100%
| lib | I'm too tired | |
| .gitignore | Restructured files | |
| .rubocop.yml | Restructured files | |
| CHANGELOG.md | Restructured files | |
| CODE_OF_CONDUCT.md | Restructured files | |
| Gemfile | Restructured files | |
| LICENSE.txt | Restructured files | |
| Rakefile | Restructured files | |
| README.md | Update README.md | |
| shell_on_ruby.gemspec | Updated command.rb | |
Warning
This project is no longer maintain.
Please use the superior project: Rubyshell
Which have the same Idea but execute way better, and have proper document.
💡 About
Shell on Ruby is a convenient subprocess interface that allows you to call any program as if it were a method.
📥 Installation
Install the gem and add to the application's Gemfile by executing:
bundle add shell_on_ruby
If bundler is not being used to manage dependencies, install the gem by executing:
gem install shell_on_ruby