gpt4 book ai didi

sinatra - 外部文件中的sinatra助手

转载 作者:行者123 更新时间:2023-12-03 15:07:06 25 4
gpt4 key购买 nike

我的主要Sinatra project_name.rb中有很多帮助程序,我想将它们删除到外部文件中,这样做的最佳实践是什么?

来自./preject_name.rb

   helpers do
...#bunch of helpers
end


以例如./helpers/something.rb

谢谢

最佳答案

就像您自己说的那样:

helpers块移到另一个文件中,然后在需要的地方require放置它。

#helpers.rb
helpers do
...
end

#project_name.rb
require 'path/to/helpers.rb'

关于sinatra - 外部文件中的sinatra助手,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6916626/

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