Doll duck learning ruby-7. File structure

Source: Internet
Author: User
Tags shebang

File structure rules
1. If a rubyProgramContains a "shebang" comment, which is the first line. #! Note: to indicate how the (UNIX class) operating system executes the file.
2. If a ruby program contains a "coding" comment and does not contain a "shebang" comment, the "coding" comment should appear in the first line. Otherwise, because the "shebang" comment must appear in the first line, the "coding" comment can only appear in the second line.
3. If an object contains a rowCodeThis line of code contains only one _ end _ mark, and there are no blank characters before and after this mark, the Ruby interpreter will stop processing the file here. The remaining part of the file can contain any data, and the program can read it through the IO Stream object data.

#! /Usr/bin/ruby-W shebang Annotation
#-*-Coding: UTF-8-*-coding Annotation
Require 'socket 'Loading

...

_ End _ Mark end of code

... Program data goes here

 

Danny

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.