【问题标题】:What is difference between require and include? [duplicate]要求和包括有什么区别? [复制]
【发布时间】:2011-04-30 10:30:51
【问题描述】:

可能重复:
What is the difference between include and require in Ruby?

require File.join(File.dirname(__FILE__), 'load_test_data.rb')
require 'find'
require 'fileutils'

include CommonValidators

谁能给我一个正确的例子来理解requireinclude之间的区别?

【问题讨论】:

  • Krunal,你能记得通过缩进或使用反引号使代码看起来像代码吗?

标签: ruby


【解决方案1】:

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-12-07
    • 2015-11-23
    • 2013-02-13
    • 2011-04-26
    • 2016-09-24
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多