blob: 80e66d51d3008393e7918a2a35dac93361b7ccf9 [file] [log] [blame]
def method_one (x)
x = 45
x = 44 if 3
haha
def method_two(x)
puts x
x = 3 if 34
gigi
end
end