简历已发,望回复。
简历已发,望回复。
很赞,只要有时间就会参加的。
def double(callable_object)
callable_object.call * 2
end
puts double( lambda { return 10 } )
def another_double
p = Proc.new { return 10 }
result = p.call
return result * 2
end
puts another_double
大家考虑一下这个返回的是什么?分享一下思路。
赞 +1~
已经发简历了 还未收到回音。。。