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 844c58c26c2ebb4dee520cfae4428eb085825e4f
tree 93dd7f6ee22cc5d642319610687576841b8d827c
parent 0078e9b4519b56938eac9a53c8c2ab71de357ad8
tree 93dd7f6ee22cc5d642319610687576841b8d827c
parent 0078e9b4519b56938eac9a53c8c2ab71de357ad8
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:09:39 -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




