gpt4 book ai didi

ruby - Ruby 中的 class() 与 type()

转载 作者:数据小太阳 更新时间:2023-10-29 06:22:57 25 4
gpt4 key购买 nike

Ruby 中的类方法和类型方法有什么区别?我注意到 type 可以找到某些类的类型,但不能找到其他类的类型。

最佳答案

主要区别在于 Object#type 已弃用。来自对象#type 的 RDoc:

Deprecated synonym for Object#class.

这就是你应该使用 Object#class 的原因:

Returns the class of obj, now preferred over Object#type, as an object‘s type in Ruby is only loosely tied to that object‘s class. This method must always be called with an explicit receiver, as class is also a reserved word in Ruby.

实际上,在大多数情况下,您可能想使用 Object#respond_to? 而不是检查对象的类。

关于ruby - Ruby 中的 class() 与 type(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/831380/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com