How does Ruby use require to load custom classes or modules from the outside?

Source: Internet
Author: User

For example, you write a class named SendMail and put it in a file named send_mail.rb,

If you attempt to reference this class in the same directory

Require "send_mail"

It's a waste of time, we need to add this paragraph

$: <"File. dirname (_ FILE __)"

This means that the current directory is temporarily added to the Environment path of the database. Now you can use the require statement to correctly introduce it. For another example, I want to put send_mail under the lib directory so that clearly see this

Various reference relationships can be written in this way

$: <"# {File. dirname (_ FILE _)}/lib"
Require "sent_mail"

Haha. It's simple. It's simple. If you don't understand it, you can't.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.