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 da88232070673ae91d2ea7dbc9f9de34891d2eea
tree ea13e45b375d8b8e62efb8ddde943020583e95f7
parent 0b17a2ade0aa9194a02f0772b99d13c5960e4550
tree ea13e45b375d8b8e62efb8ddde943020583e95f7
parent 0b17a2ade0aa9194a02f0772b99d13c5960e4550
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 13:58:07 -0700 2008 | [codahale] |
| |
spec/ | Thu May 15 12:04:59 -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




