Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
May 24th, 2018
86
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.21 KB
| None
|
0
0
raw
download
clone
embed
print
report
puts RUBY_VERSION
class A
def a
"a"
end
end
module B1
def a
"b" + super
end
end
module B2
def a
"c" + super
end
end
a = A.new
a.extend(B1)
a.extend(B2)
puts a.a
Add Comment
Please,
Sign In
to add comment
Public Pastes
FREE BTC GUIDE
JavaScript | 1 sec ago | 0.08 KB
Make 3500$ in 20 MIN [Method] 7
JavaScript | 4 sec ago | 0.07 KB
MAKE $500 INSTANTLY
JavaScript | 17 sec ago | 0.08 KB
MAKE $5000 INSTANTLY 0
JavaScript | 30 sec ago | 0.07 KB
✅ PayPal Hits
JavaScript | 31 sec ago | 0.08 KB
FREE BTC GUIDE O
JavaScript | 42 sec ago | 0.07 KB
✅ MAKE $1200 IN 15 MIN
JavaScript | 45 sec ago | 0.08 KB
Make $1200 in 15 minutes
JavaScript | 59 sec ago | 0.08 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!