小编hee*_*min的帖子

类的符号(<)小于什么意思?

以下代码来自Ruby on Rails.

  ...some code here...

  unless ActionController::Base < ActionController::Testing
    ActionController::Base.class_eval do
      include ActionController::Testing
    end
  end

  ... some code here...
Run Code Online (Sandbox Code Playgroud)

ActionController::Base < ActionController::Testing在这种情况下意味着什么?

ruby

0
推荐指数
1
解决办法
187
查看次数

标签 统计

ruby ×1