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 1f44f7bc6d333805074f3ffab9e809872b4f3790
tree 60b9d1b98eac8d9114da0945922819fffab7191b
parent 4da7cfffeed98cff5550a8d15b17b2f352dde3ef
tree 60b9d1b98eac8d9114da0945922819fffab7191b
parent 4da7cfffeed98cff5550a8d15b17b2f352dde3ef
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Mon Jul 07 23:17:57 -0700 2008 | |
| |
lib/ | Sat Dec 06 17:49:50 -0800 2008 | |
| |
ruby-summize.gemspec |
README.markdown
A simple summize client for ruby.
Example
require 'summize'
client = Summize::Client.new 'my-user-argent'
r = client.query 'search query'
r.each { |i| puts "#{i.text}" }








