def method1
method2
end
def method2
puts caller.join("\n")
def method0
method1
puts "-------"
method0