当心即时值
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了当心即时值相关的知识,希望对你有一定的参考价值。
What a gotcha!
# immediate values # e.g. true, false and Integers a = true # => true b = true # => true def a.foo "bar" end a.foo # => "bar" b.foo # => "bar" # referenced values c = "foo" # => "foo" d = "foo" # => "foo" def c.meep "blubb" end d.meep # => undefined method
以上是关于当心即时值的主要内容,如果未能解决你的问题,请参考以下文章
当心iOS开发工具遭恶意代码插入,你的信息可能被窃取……[附存安全隐患的App名单]