gpt4 book ai didi

ruby-on-rails - 在没有方法名称的情况下在 ruby​​ 中调用

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

<分区>

在我的 Guardfile 中,我有这种奇怪的方法调用语法 rspec.spec.("requests/#{m[1]}")。虽然这非常有效,但我不明白实际调用的是什么方法。

这个语法有名称或术语吗?

guard :rspec, cmd: "bundle exec rspec" do

# ...
watch(rails.controllers) do |m|
[
rspec.spec.("routing/#{m[1]}_routing"),
rspec.spec.("controllers/#{m[1]}_controller"),
rspec.spec.("requests/#{m[1]}")
]
end
end

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