PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Don't like ads?
PRO users
don't see any ads ;-)
Public Pastes
nZEDb vs Newznab+
1 sec ago
Untitled
6 sec ago
Untitled
7 sec ago
Untitled
C | 8 sec ago
Untitled
8 sec ago
Untitled
12 sec ago
Untitled
13 sec ago
ser_1369087468083
1 min ago
Untitled
By: a guest on
Jul 31st, 2012
| syntax:
None
| size: 0.19 KB | hits: 12 | expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
# Pooling needs to be 1 on tests
module DataObjects
module Pooling
class Pool
alias old_new new
def new
@single_instance ||= old_new
end
end
end
end
create a
new version
of this paste
RAW Paste Data
# Pooling needs to be 1 on tests module DataObjects module Pooling class Pool alias old_new new def new @single_instance ||= old_new end end end end