文件名称:shellany:可移植外壳命令输出捕获
文件大小:8KB
文件格式:ZIP
更新时间:2024-05-22 11:52:06
Ruby
雪兰妮 Shellany捕获命令输出。 特征 可移植性(应该在最新的JRuby版本上起作用)。 以方便的方式捕获标准输出,标准错误。 以方便的方式返回结果。 检测是否需要外壳程序(尽管实现不完整/原始)。 防止多次运行同一命令。 安装 将此行添加到您的应用程序的Gemfile中: gem 'shellany' 然后执行: $ bundle 或将其自己安装为: $ gem install shellany 用法 基本用法: require 'shellany/sheller' Shellany :: Sheller . stdout ( "echo abc" ) # => "abc" Shellany :: Sheller . stderr ( "touch /foo" ) # => "touch: cannot touch ‘/aef’: Permission den
【文件预览】:
shellany-master
----.gitignore(118B)
----.rspec(30B)
----.travis.yml(231B)
----LICENSE.txt(1KB)
----spec()
--------shellany_spec.rb(132B)
--------spec_helper.rb(604B)
--------lib()
----README.md(2KB)
----lib()
--------shellany()
--------shellany.rb(75B)
----Gemfile(265B)
----Rakefile(223B)
----shellany.gemspec(831B)