[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-7621":3},{"id":4,"name":5,"fullName":6,"owner":5,"repo":5,"description":7,"homepage":8,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":15,"forks30d":15,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":21,"archived":22,"fork":22,"defaultBranch":23,"hasWiki":24,"hasPages":22,"topics":25,"createdAt":9,"pushedAt":9,"updatedAt":33,"readmeContent":34,"aiSummary":35,"trendingCount":15,"starSnapshotCount":15,"syncStatus":36,"lastSyncTime":37,"discoverSource":38},7621,"ruby","ruby\u002Fruby","The Ruby Programming Language","https:\u002F\u002Fwww.ruby-lang.org\u002F",null,"Ruby",23600,5601,1050,577,0,1,17,64,8,86.9,"Other",false,"master",true,[26,27,28,29,30,5,31,32],"c","jit","language","object-oriented","programming-language","ruby-language","rust","2026-06-12 04:00:35","[![Actions Status: MinGW](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Fworkflows\u002FMinGW\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Factions?query=workflow%3A\"MinGW\")\n[![Actions Status: Ubuntu](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Fworkflows\u002FUbuntu\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Factions?query=workflow%3A\"Ubuntu\")\n[![Actions Status: Windows](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Fworkflows\u002FWindows\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby\u002Factions?query=workflow%3A\"Windows\")\n[![Travis Status](https:\u002F\u002Fapp.travis-ci.com\u002Fruby\u002Fruby.svg?branch=master)](https:\u002F\u002Fapp.travis-ci.com\u002Fruby\u002Fruby)\n\n[日本語](rdoc-ref:README.ja.md)\n\n# What is Ruby?\n\nRuby is an interpreted object-oriented programming language often\nused for web development. It also offers many scripting features\nto process plain text and serialized files, or manage system tasks.\nIt is simple, straightforward, and extensible.\n\n## Features of Ruby\n\n* Simple Syntax\n* **Normal** Object-oriented Features (e.g. class, method calls)\n* **Advanced** Object-oriented Features (e.g. mix-in, singleton-method)\n* Operator Overloading\n* Exception Handling\n* Iterators and Closures\n* Garbage Collection\n* Dynamic Loading of Object Files (on some architectures)\n* Highly Portable (works on many Unix-like\u002FPOSIX compatible platforms as\n  well as Windows, macOS, etc.) cf.\n    https:\u002F\u002Fdocs.ruby-lang.org\u002Fen\u002Fmaster\u002Fmaintainers_md.html#label-Platform+Maintainers\n\n## How to get Ruby\n\nFor a complete list of ways to install Ruby, including using third-party tools\nlike rvm, see:\n\nhttps:\u002F\u002Fwww.ruby-lang.org\u002Fen\u002Fdownloads\u002F\n\nYou can download release packages and the snapshot of the repository. If you want to\ndownload whole versions of Ruby, please visit https:\u002F\u002Fwww.ruby-lang.org\u002Fen\u002Fdownloads\u002Freleases\u002F.\n\n### Download with Git\n\nThe mirror of the Ruby source tree can be checked out with the following command:\n\n    $ git clone https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby.git\n\nThere are some other branches under development. Try the following command\nto see the list of branches:\n\n    $ git ls-remote https:\u002F\u002Fgithub.com\u002Fruby\u002Fruby.git\n\nYou may also want to use https:\u002F\u002Fgit.ruby-lang.org\u002Fruby.git (actual master of Ruby source)\nif you are a committer.\n\n## How to build\n\nSee [Building Ruby](https:\u002F\u002Fdocs.ruby-lang.org\u002Fen\u002Fmaster\u002Fcontributing\u002Fbuilding_ruby_md.html)\n\n## Ruby home page\n\nhttps:\u002F\u002Fwww.ruby-lang.org\u002F\n\n## Documentation\n\n- [English](https:\u002F\u002Fdocs.ruby-lang.org\u002Fen\u002Fmaster\u002Findex.html)\n- [Japanese](https:\u002F\u002Fdocs.ruby-lang.org\u002Fja\u002Fmaster\u002Findex.html)\n\n## Mailing list\n\nThere is a mailing list to discuss Ruby. To subscribe to this list, please\nsend the following phrase:\n\n    join\n\nin the mail subject (not body) to the address [ruby-talk-request@ml.ruby-lang.org].\n\n[ruby-talk-request@ml.ruby-lang.org]: mailto:ruby-talk-request@ml.ruby-lang.org?subject=join\n\n## Copying\n\nSee the file [COPYING](rdoc-ref:COPYING).\n\n## Feedback\n\nQuestions about the Ruby language can be asked on the [Ruby-Talk](https:\u002F\u002Fwww.ruby-lang.org\u002Fen\u002Fcommunity\u002Fmailing-lists) mailing list\nor on websites like https:\u002F\u002Fstackoverflow.com.\n\nBugs should be reported at https:\u002F\u002Fbugs.ruby-lang.org. Read [\"Reporting Issues\"](https:\u002F\u002Fdocs.ruby-lang.org\u002Fen\u002Fmaster\u002Fcontributing\u002Freporting_issues_md.html) for more information.\n\n## Contributing\n\nSee [\"Contributing to Ruby\"](https:\u002F\u002Fdocs.ruby-lang.org\u002Fen\u002Fmaster\u002Fcontributing\u002Fcontributing_md.html), which includes setup and build instructions.\n\n## The Author\n\nRuby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.\n\n\u003Cmatz@ruby-lang.org>\n","Ruby是一种解释型的面向对象编程语言，常用于Web开发，同时也支持处理文本、序列化文件和管理系统任务。其核心功能包括简单直观的语法、丰富的面向对象特性（如类、方法调用、混入、单例方法）、操作符重载、异常处理、迭代器与闭包以及垃圾回收等。Ruby具有高度可移植性，在多种操作系统上均可运行，包括但不限于Unix-like系统、Windows及macOS。该语言非常适合需要快速开发且注重代码简洁性的场景，特别是在构建Web应用或脚本自动化任务时。",2,"2026-06-11 03:13:21","top_language"]