P
Size: a a a
P
P
P
S
P
P
__method__
P
def a
c(__method__)
end
def b
c(__method__)
end
def c(method_name)
puts 'Called from', method_name
end
a
b
S
def a
c(__method__)
end
def b
c(__method__)
end
def c(method_name)
puts 'Called from', method_name
end
a
b
PO
P
m
P
P
P
m
PO
И
EG
VB
Р