两者之间有什么区别吗?
module Foo class Engine < Rails::Engine end end
和
module Foo class Engine < ::Rails::Engine end end
ruby
ruby ×1