gpt4 book ai didi

ruby-on-rails - 字符串到方法名

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

<分区>

我好像跟不上this answer但也许它与我想要实现的不同。

我有一个字符串,这个字符串有时可能不同,我需要将该字符串转换成一个定义的方法名:

action = "get_name"

# The method
def get_name
puts "James"
end

# Calling the method
action # => undefined method `action' for main:Object

action 可以是我定义的任何方法,名称是字符串格式。我可以说 action.to_method,你明白我的意思 ;)

我不认为我可以说action.to_sym

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