Symbol
表示符号的类。参考
符号
。
超类
Object
方法
id2name
返回对应符号的字符串。
使用
String#to_sym
获取字符串所对应的符号。
p :foo.id2name.to_sym == :foo # => true