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
Untitled
1 sec ago
Python 2.x: how to...
1 sec ago
he
C# | 3 sec ago
test
4 sec ago
Need help with mou...
7 sec ago
TAKE THIS NIGGAV2
9 sec ago
Untitled
Python | 13 sec ago
Untitled
13 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.11 KB | hits: 25 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
a=1
p = Proc.new {
# I thought a would be block level visible only?
a=5
}
p.call
p a
JRuby 1.9? a = 5?
create a
new version
of this paste
RAW Paste Data
a=1 p = Proc.new { # I thought a would be block level visible only? a=5 } p.call p a JRuby 1.9? a = 5?