Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.17 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. class Status < ActiveResource::Base
  2.   self.site = 'http://twitter.com'
  3.   self.user = 'listrophy'
  4.   self.password = open('/Users/brad/twitter.pwd') {|f| f.readline}
  5. end