[問題] require 在 module 裡面有效果?
我在別人的程式碼看這種寫法:
module Twitter
module Bootstrap
module Rails
require 'twitter/bootstrap/rails/engine' if defined?(Rails)
end
end
end
require 'less-rails'
require 'twitter/bootstrap/rails/bootstrap' if defined?(Rails)
出處:
http://tinyurl.com/d8yzeoj
如題,require 只是 load 檔案而已,
不像 include 會因不同位置而 mix-in 的對象不同。
所以我覺得這樣有點多餘,想問這樣寫有什麼特殊效果嗎?
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 61.227.144.248
推
07/26 15:04, , 1F
07/26 15:04, 1F
推
07/26 19:58, , 2F
07/26 19:58, 2F
Ruby 近期熱門文章
PTT數位生活區 即時熱門文章