PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
Minecraft Cracker ...
7 sec ago
File handling java
1 sec ago
Flyout Block - jQuery
7 sec ago
007 09 Live And Le...
7 sec ago
Untitled
13 sec ago
Untitled
14 sec ago
ProcessingSessionBean
Java | 19 sec ago
Untitled
25 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.17 KB | hits: 16 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
class Status < ActiveResource::Base
self.site = 'http://twitter.com'
self.user = 'listrophy'
self.password = open('/Users/brad/twitter.pwd') {|f| f.readline}
end
create a
new version
of this paste
RAW Paste Data
class Status < ActiveResource::Base self.site = 'http://twitter.com' self.user = 'listrophy' self.password = open('/Users/brad/twitter.pwd') {|f| f.readline} end