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 0c3f82c6448d804018252b8ef6b996977f9a446d
tree ddf841d20031d3858c92f269a27d0ac84679b544
parent 4a6af63bf322aec294a84b833ec842730fa008f8
tree ddf841d20031d3858c92f269a27d0ac84679b544
parent 4a6af63bf322aec294a84b833ec842730fa008f8
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:38:04 -0700 2008 | [codahale] |
| |
spec/ | Thu May 15 14:28:31 -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




