public
Description: Yet Another Planet Refactoring
Homepage: http://intertwingly.net/blog/2007/12/19/Yet-Another-Planet-Refactoring
Clone URL: git://github.com/rubys/mars.git
Search Repo:
Scott Bronson (author)
Fri Mar 28 18:34:10 -0700 2008
commit  a73655d50340530915144220e4737eed3b306147
tree    30a0ddca823c294f2e465685e265a284ff12cf35
mars / planet.rb
100644 11 lines (7 sloc) 0.16 kb
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/ruby
 
require 'planet/config'
require 'planet/spider'
require 'planet/splice'
 
ARGV.each {|arg| Planet.config.read arg}
 
Planet.spider
Planet.splice