# บทนำ

Ruby นับว่าเป็นภาษาที่ได้รับความนิยมสูงมากในต่างประเทศ และมักจะเป็นภาษาอันดับต้นๆ ที่ถูกเลือกมาใช้ในการพัฒนาเว็บไซต์ต่างๆ มากมาย เช่น GitHub, Airbnb, Shopify, Twitter เหตุผลหลักที่ภาษานี้ได้รับความนิยมเป็นอย่างสูง ไม่ใช่เรื่องของความเร็ว หรือประสิทธิภาพในการทำงาน แต่เป็น "ความสวยงาม" และ "ความสุขในการเขียนโค้ด"

![Ruby : เพื่อนแท้ของโปรแกรมเมอร์! (ภาพจาก Header บนเว็บ www.ruby-lang.org)](/files/-MP-rmsGuRS1YM9Y2X7J)

ผู้ให้กำเนิดภาษา Ruby คือคุณ Yukihiro Matsumoto หรือ "Matz" ซึ่งเขาได้นำข้อดีต่างๆ จากภาษาอื่นๆ ที่เขาชอบ (Perl, Smalltalk, Eiffel, Ada และ Lisp) มาพัฒนาต่อยอด โดยคงความสมดุลย์ในแง่ของการใช้งานที่ง่าย และความสามารถของตัวภาษาที่ทำงานซับซ้อนมากขึ้นได้เช่นเดียวกัน


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.monosor.dev/courses/ruby/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
