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 b9cf17cbe743489ab9f1402083310a6e3290dcb9
tree 36afa3005af7d48d5f781b831a0b411d1fdf3577
parent faa2fbe304a570c604041b55fc2d9fd82d8ab8cf
tree 36afa3005af7d48d5f781b831a0b411d1fdf3577
parent faa2fbe304a570c604041b55fc2d9fd82d8ab8cf
ropen /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue May 20 12:17:45 -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 | Mon May 19 22:12:24 -0700 2008 | [codahale] |
| |
Rakefile | Mon May 19 18:18:57 -0700 2008 | [codahale] |
| |
lib/ | Tue May 20 13:09:39 -0700 2008 | [codahale] |
| |
spec/ | Tue May 20 13:51:27 -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.on_stdout do |cat, line|
if line =~ /sugar/
puts line
end
cat.stdin.puts "cat doesn't take input, but imagine if it did..."
end
cmd.run




