Early ror learning abstract-Ruby naming rules

Source: Internet
Author: User

Ruby and Java and C ++ have different naming rules for constants, variables, method names, class names, and module names, ruby uses the first letter of a name to differentiate its usage.

1. Local variable: Start with a lowercase letter, for example, Fred anobject _ x three_two_one.

2. instance variable: starts with an @, for example, @ name _ @ size

3. Class variable: starts with two, for example, @ name _ @ size.

4. Constant: start with the first letter.

5. Class Name and module name: a constant.

6. global variables: start with $, for example, $ Params $ program $! $ _ $-A $ -.

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.