This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit d65e7a88207dce5a81c4536b822bacdfbbd8f683
tree b486e40ea12ce34a4aa30ca1e0722985bc956f95
parent 0c2fa7886f32f108f8a4dfefedbbab2e17361596
tree b486e40ea12ce34a4aa30ca1e0722985bc956f95
parent 0c2fa7886f32f108f8a4dfefedbbab2e17361596
ropen /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 14 21:41:33 -0700 2008 | [codahale] |
| |
CHANGELOG | Wed May 14 21:41:33 -0700 2008 | [codahale] |
| |
MIT-LICENSE | Wed May 14 21:41:33 -0700 2008 | [codahale] |
| |
README.markdown | Thu May 15 00:34:20 -0700 2008 | [codahale] |
| |
Rakefile | Wed May 14 21:57:10 -0700 2008 | [codahale] |
| |
lib/ | Thu May 15 14:51:17 -0700 2008 | [codahale] |
| |
spec/ | Thu May 15 14:43:25 -0700 2008 | [codahale] |
README.markdown
Ropen
A process execution library which doesn't suck.
cmd = Ropen::Command.new("/bin/cat", "/home/coda/my-recipes.txt")
cmd.stdout.on_output do |line|
if line =~ /sugar/
puts line
end
cmd.stdin.puts "cat doesn't take input, but imagine if it did..."
end
cmd.run




