halfbyte (owner)

Revisions

gist: 119971 Download_button fork
public
Public Clone URL: git://gist.github.com/119971.git
loader.rb
1
2
3
4
5
6
7
# MySpace libs
%w( connection object
album detail friends friendship
interest mood photo profile status user video
).each(&method(:require))
# Base libraries
%w( pp net/http cgi ).each(&method(:require))