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 af7a3c050f28c9fe190b6a222eaf52ecef0514ef
tree c65e9276a427b1f95e870fb352a583b3cbf3df7b
parent fe0ead104ff1b1dc4037c68b9d218c9ebbeb33b1
tree c65e9276a427b1f95e870fb352a583b3cbf3df7b
parent fe0ead104ff1b1dc4037c68b9d218c9ebbeb33b1
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 | Mon May 19 18:18:57 -0700 2008 | [codahale] |
| |
lib/ | Fri May 16 13:32:16 -0700 2008 | [codahale] |
| |
spec/ | Thu May 15 16:42:16 -0700 2008 | [codahale] |
| |
tools/ | Mon May 19 18:18:57 -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




